Added unique_together constraint to Attributes and Relationships. |
|
More...
|
over 14 years ago
|
AttributeFields and RelationshipFields now store their changes and do not commit them until their model has been saved. |
|
More...
|
over 14 years ago
|
Initial implementation of AttributeField and RelationshipField. These objects are not actual Fields, but rather they simply add descriptors to Entity subclasses which provide transparent access to specific attributes and relationships. |
|
More...
|
over 14 years ago
|
Added archives support to get_subpath in penfield's BlogView. |
|
More...
|
over 14 years ago
|
Registered Node in register_value_model. |
|
More...
|
over 14 years ago
|
Added "entry_dates" method to model to provide distinct yearly, monthly and daily dates for posts. |
|
More...
|
over 14 years ago
|
Added a bit to newsletters to streamline interactions with them. |
|
More...
|
over 14 years ago
|
Merge branch 'master' of git://github.com/melinath/philo |
|
More...
|
over 14 years ago
|
MultiViews now clear_url_caches before resolving URLs, needed to allow them to change their urls dynamically at runtime. |
|
More...
|
over 14 years ago
|
Fixed the node_url templatetag's generation of URLs. |
|
More...
|
over 14 years ago
|
Implementing get_subpath on NewsletterView so that the node_url templatetag will work. |
|
More...
|
over 14 years ago
|
Initial implementation of node_url templatetag. |
|
More...
|
over 14 years ago
|
Membersof now uses 'app_label.model'; removed blockcontainer |
|
More...
|
over 14 years ago
|
Slight changes to penfield NewsletterIssueAdmin & added newsletter value models |
|
More...
|
over 14 years ago
|
Adding the 'monospace' class to container fieldsets in the Page admin. |
|
More...
|
over 14 years ago
|
Adding support to BlogView for filtering based on multiple tags. |
|
More...
|
over 14 years ago
|
Merge branch 'kgodey' |
|
More...
|
over 14 years ago
|
Fixing a double declaration of the monthname filter, and renaming ap_monthname to apmonthname (matches apnumber from django.contrib.humanize). |
|
More...
|
over 14 years ago
|
Merge branch 'master' of git://github.com/kgodey/philo into kgodey |
|
More...
|
over 14 years ago
|
Merge branch 'master' of git://github.com/melinath/philo |
|
More...
|
over 14 years ago
|
Added templatetags "monthname" and "ap_monthname" to Penfield, which turn month numbers into month names. |
|
More...
|
over 14 years ago
|
Merge branch 'master' of http://github.com/ithinksw/philo |
|
More...
|
over 14 years ago
|
Changed to delete empty contentreferences on pages instead of saving them as empty. |
|
More...
|
over 14 years ago
|
Fixing a bug in BlogView's tag_view where it would provide a QuerySet as `tag` instead of the Tag instance. |
|
More...
|
over 14 years ago
|
Increasing the max_length of the slug field on Titled (and all subclasses). |
|
More...
|
over 14 years ago
|
Merge branch 'master' of git://github.com/kgodey/philo |
|
More...
|
over 14 years ago
|
Fixed null constraint on entries_per_page in BlogView |
|
More...
|
over 14 years ago
|
Edited unicode methods and added some null=True, blank=True constraints. |
|
More...
|
over 14 years ago
|
Adding __unicode__ to BlogViews. |
|
More...
|
over 14 years ago
|
Merge branch 'master' of git://github.com/kgodey/philo |
|
More...
|
over 14 years ago
|