| Age | Commit message (Expand) | Author |
| 2007-03-08 | Fixed #1839, #2415, #2536 -- Fixed a generated name clash that was common in | Malcolm Tredinnick |
| 2007-03-07 | Removed rsplit() usage for python2.3 compatibility. Refs #3625. | Malcolm Tredinnick |
| 2007-03-06 | Fixed #3647 -- Added small fixes to Spanish translation from Mario Gonzalez. | Malcolm Tredinnick |
| 2007-03-06 | Fixed #3655, #3656 -- Updated Swedish (sv) translations. Thanks, mikko@sorl.net. | Malcolm Tredinnick |
| 2007-03-05 | Fixed #3654 -- Added missing Mass. to us_states.py in localflavor. Thanks, jo... | Adrian Holovaty |
| 2007-03-02 | Fixed #3627 -- Made [4659] compatible with Python 2.3. Thanks, Gary Wilson. | Malcolm Tredinnick |
| 2007-03-02 | Added option to pretty-print dumped fixture output | Russell Keith-Magee |
| 2007-03-01 | Changed the postgres version getting code to use cursor.fetchone() instead of... | Jacob Kaplan-Moss |
| 2007-03-01 | Fixes #2333 -- Added test fixtures framework. | Russell Keith-Magee |
| 2007-03-01 | Fixed #3614 -- Updated Finnish (fi) translation. Thanks, karsu. | Malcolm Tredinnick |
| 2007-02-28 | Reverted [4590] (changes to field label CSS) since it caused more problems th... | Jacob Kaplan-Moss |
| 2007-02-28 | Fixed #3488: Added "b" option to date format filter. Thanks, Gary Wilson. | Jacob Kaplan-Moss |
| 2007-02-28 | Added a "depth" argument to select_related() to control how many "levels" of ... | Jacob Kaplan-Moss |
| 2007-02-28 | FIxed #1984 -- Updated Italian translation. Thanks Nicola Larosa. | Malcolm Tredinnick |
| 2007-02-28 | Fixed #2779: added a copy() method to MergeDict, along with some new tests fo... | Jacob Kaplan-Moss |
| 2007-02-27 | Fixed #3465: template variable lookups like {{ foobar.13 }} now (correctly) f... | Jacob Kaplan-Moss |
| 2007-02-27 | Fixed #3590 -- Updated Spanish translations. Combined work from Marc Fargas, | Malcolm Tredinnick |
| 2007-02-27 | FIxed #3577 -- Updated Swedish translations. Thanks, Ludvig Ericson. | Malcolm Tredinnick |
| 2007-02-27 | Removed two vestigal URLconfs that refer to Ellington or to non-existant views. | Jacob Kaplan-Moss |
| 2007-02-27 | Fixed #3589: settings templates and default settings now mention psycopg2 ins... | Jacob Kaplan-Moss |
| 2007-02-26 | Fixed #2828, a TypeError when deleting objects with m2m relations to self. T... | Jacob Kaplan-Moss |
| 2007-02-26 | Fixed another Python 2.3 bug (this one on django.http.parse_file_upload). I t... | Jacob Kaplan-Moss |
| 2007-02-26 | Added a comment to the 404/500 views so that people with DEBUG=False and no 4... | Jacob Kaplan-Moss |
| 2007-02-26 | Fixed #3581, a small typo in OneToOneField.formfield(). Thanks, Andrew Suther... | Jacob Kaplan-Moss |
| 2007-02-26 | Fixed #3390: the serializer can now contain forward references. Thanks, Russ. | Jacob Kaplan-Moss |
| 2007-02-26 | Objects with FileFields no longer get save() called multiple times from the A... | Jacob Kaplan-Moss |
| 2007-02-26 | Fixed #3253 -- Exposed the number of failed tests as a return code in manage.... | Russell Keith-Magee |
| 2007-02-26 | Fixed #2363 -- Fixed subclass checking in ModelBase to allow for mixin | Malcolm Tredinnick |
| 2007-02-26 | Fixed #3565 -- Updated Spanish translation. Thanks, agarfu@gmail.com and Mario | Malcolm Tredinnick |
| 2007-02-26 | Fixed #3555 -- Updated Swedish (sv) translation. Thanks to Ludvig Ericson. | Malcolm Tredinnick |
| 2007-02-26 | Fixed #3573 -- Updated Argentinean Spanish (es_AR) translation files. Thanks | Malcolm Tredinnick |
| 2007-02-26 | Fixed #3562 -- Updated Macedonian (mk) translations. Thanks to Georgi | Malcolm Tredinnick |
| 2007-02-26 | Fixed #3561 -- Updated German (de) translations. Thanks to Dirk Eschler. | Malcolm Tredinnick |
| 2007-02-26 | Fixed #3535 -- Updated Serbian (sr) translations. Thanks Petar Marić and Nesh. | Malcolm Tredinnick |
| 2007-02-26 | Fixed #3251 -- Added Kannada (kn) translations. Thanks to the volunteers from | Malcolm Tredinnick |
| 2007-02-26 | Fixed #3517 -- Updated Slovenian translation. Thanks, Jure Cuhalev. | Malcolm Tredinnick |
| 2007-02-26 | Cleaned up comments from [4597] to be a bit more clear. | Jacob Kaplan-Moss |
| 2007-02-26 | Fixed #3438: improved the speed of Model.__init__ (about 1/3 faster, it appea... | Jacob Kaplan-Moss |
| 2007-02-26 | Fixed #3397: You can now order by non-DB fields in the admin by telling Djang... | Jacob Kaplan-Moss |
| 2007-02-26 | Fixed #3172: Model.validate() no longer raises TypeErrors on empty Date*Field... | Jacob Kaplan-Moss |
| 2007-02-26 | Fixed #3170: added first_on_page and last_on_page arguments to paginated gene... | Jacob Kaplan-Moss |
| 2007-02-26 | Small fix to admin CSS. Fixes #2205; thanks, treborhudson@gmail.com | Jacob Kaplan-Moss |
| 2007-02-26 | Fixed #3439: vastly improved the performance of django.dispatch (and added te... | Jacob Kaplan-Moss |
| 2007-02-25 | Teeny weeny optimization to RegexURLPattern.resolve() | Adrian Holovaty |
| 2007-02-25 | Fixed #2104: allow somewhat nicer error messages in RequiredIfOtherFieldEqual... | Jacob Kaplan-Moss |
| 2007-02-25 | Fixed #2620: made MergeDict.get() correctly work with the two-argument form o... | Jacob Kaplan-Moss |
| 2007-02-25 | Fixed #3488: send_mail no longer uses settings in function default arguments.... | Jacob Kaplan-Moss |
| 2007-02-25 | Fixed #3459: Django no longer runs SET TIME ZONE for every query when using P... | Jacob Kaplan-Moss |
| 2007-02-25 | Fixed #3554: django.core.mail now generates dates with the email module inste... | Jacob Kaplan-Moss |
| 2007-02-23 | Fixed silly typo in [4651]. | Jacob Kaplan-Moss |