| Age | Commit message (Expand) | Author |
| 2008-08-14 | Fixed #8206 -- Removed validate methods of Model and Model fields. They are a... | Gary Wilson Jr |
| 2008-08-14 | Fixed #8286 -- Simplified the m2m intermediate serialization test to make it ... | Russell Keith-Magee |
| 2008-08-14 | Fixed #8276 -- Changed the names of a few Polish localflavor classes to match | Malcolm Tredinnick |
| 2008-08-12 | Fixed #8253: fixed xmlns regression for Atom feeds, and in the process added ... | Jacob Kaplan-Moss |
| 2008-08-12 | Minor correction for [8325]. | Gary Wilson Jr |
| 2008-08-12 | Fixed a couple typos in the modeltests' descriptions and made use of ReST inl... | Gary Wilson Jr |
| 2008-08-12 | Fixed #8134 -- Corrected serialization of m2m fields with intermediate models... | Russell Keith-Magee |
| 2008-08-12 | Deleted a block of test code that got duplicated in applying a patch. | Russell Keith-Magee |
| 2008-08-12 | Changed "exact" matches in MySQL to use the database's native collation. | Malcolm Tredinnick |
| 2008-08-12 | Added savepoint support to the transaction code. | Malcolm Tredinnick |
| 2008-08-11 | Added a quick regression test that shows why Meta.ordering and order_by() | Malcolm Tredinnick |
| 2008-08-11 | Added a number of callbacks to SyndicationFeed for adding custom attributes a... | Jacob Kaplan-Moss |
| 2008-08-11 | Added a couple of extra syndication tests, and generally sanitized the existi... | Jacob Kaplan-Moss |
| 2008-08-11 | Fixed #8235: use subprocess instead of popen3 so that Python 2.6 is happy. Th... | Jacob Kaplan-Moss |
| 2008-08-11 | Fixed #4948, a race condition in file saving. Thanks to Martin von Löwis, wh... | Jacob Kaplan-Moss |
| 2008-08-11 | Refs #7742 -- Got bug639 regression tests using newforms instead of oldforms. | Gary Wilson Jr |
| 2008-08-11 | Fixed #5461 -- Refactored the database backend code to use classes for the cr... | Russell Keith-Magee |
| 2008-08-10 | Fixed #7830 -- Removed all of the remaining, deprecated, non-oldforms features: | Gary Wilson Jr |
| 2008-08-10 | Fixed #5943 -- Modified django-admin to behave like manage.py if settings are... | Russell Keith-Magee |
| 2008-08-10 | Fixed #4667 -- Added support for inline generic relations in the admin. Thank... | Brian Rosner |
| 2008-08-10 | Added a return value to the add() method for caches. It's now possible to tell | Malcolm Tredinnick |
| 2008-08-10 | Fixed #7250 -- Don't show internal data of a FileField in the admin when the ... | Brian Rosner |
| 2008-08-09 | Fixed #5780 -- Adjusted the ModelAdmin API to allow the created/updated objects | Brian Rosner |
| 2008-08-09 | Fixed #5801: admin requests with GET args now get properly bounced through lo... | Jacob Kaplan-Moss |
| 2008-08-09 | Updated the tests. | Malcolm Tredinnick |
| 2008-08-09 | Added the ability to force an SQL insert (or force an update) via a model's | Malcolm Tredinnick |
| 2008-08-09 | Fixed #8187: made PIL imports consistant. Thanks, bastih. | Jacob Kaplan-Moss |
| 2008-08-08 | Use a FileField instead of an ImageField in the admin_widgets test so that fo... | Jacob Kaplan-Moss |
| 2008-08-08 | File storage refactoring, adding far more flexibility to Django's file handli... | Jacob Kaplan-Moss |
| 2008-08-08 | Fixed #6523 -- Use the correct cast on field types for PostgreSQL when | Malcolm Tredinnick |
| 2008-08-08 | Fixed #8047: property detect an external database backend and set sys.path ac... | Jacob Kaplan-Moss |
| 2008-08-08 | Added a few force_unicode() calls around objects in the admin. Required for | Malcolm Tredinnick |
| 2008-08-08 | Added an import that was missed in [8193]. Thanks Karen Tracey. Fixed #8143. | Malcolm Tredinnick |
| 2008-08-08 | Fixed #8120, #7997 -- Cleaned up the help messages displayed by django-admin ... | Russell Keith-Magee |
| 2008-08-08 | Fixed #5825 -- Modified the custom command loader to allow for explicit speci... | Russell Keith-Magee |
| 2008-08-06 | Major refactoring of django.dispatch with an eye towards speed. The net resul... | Jacob Kaplan-Moss |
| 2008-08-05 | Fixed #7904: added support for a "use_for_related_fields" property on manager... | Jacob Kaplan-Moss |
| 2008-08-05 | Fixed #8031 - url tag no longer silences NoReverseMatch exceptions since this... | Luke Plant |
| 2008-08-03 | Fixed #8092, #3828 -- Removed dictionary access for request objects so that G... | Gary Wilson Jr |
| 2008-08-03 | Added tests for accessing nullable ForeignKey after saving and fetching from ... | Gary Wilson Jr |
| 2008-08-02 | Fixed #7919 -- md5 and sha modules are deprecated since Python 2.5, use hashl... | Gary Wilson Jr |
| 2008-08-02 | Removed several deprecated features for 1.0 (refs #7830): | Gary Wilson Jr |
| 2008-08-02 | Fixed #7920 -- Made tests compatible with Python 2.6's Decimal repr change, p... | Gary Wilson Jr |
| 2008-08-01 | Fixed #8070 -- Cache related objects passed to Model init as keyword argument... | Gary Wilson Jr |
| 2008-08-01 | Ensure that custom primary keys are always shown on a formset. Refs #7938. Th... | Brian Rosner |
| 2008-08-01 | Fixed #8067 -- Replaced dict literals in the model_formsets tests with sorted... | Brian Rosner |
| 2008-08-01 | Fixed #7885 -- Prevent duplicates in fields and fieldsets declarations. Thank... | Brian Rosner |
| 2008-08-01 | Fixed #2175: Added tests for models with multiple GenericForeignKeys | Luke Plant |
| 2008-08-01 | Fixed #8059 -- Added additional clarification to the ordering of Memberships ... | Russell Keith-Magee |
| 2008-07-31 | Corrected a typo in [8158]. Thanks to Matthias Kestenholz <mk@spinlock.ch> fo... | Russell Keith-Magee |