| 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 | Fixed #3646 -- Corrected documentation for ABSOLUTE_URL_OVERRIDES. Patch from | Malcolm Tredinnick |
| 2007-03-07 | Removed rsplit() usage for python2.3 compatibility. Refs #3625. | Malcolm Tredinnick |
| 2007-03-07 | Fixed #3636 -- Updated akaihola's entry in AUTHORS. | 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-06 | Fixed #3654 -- Fixed test failure from [4665]. | Malcolm Tredinnick |
| 2007-03-05 | Fixed #3654 -- Added missing Mass. to us_states.py in localflavor. Thanks, jo... | Adrian Holovaty |
| 2007-03-02 | Fixed typo. | Malcolm Tredinnick |
| 2007-03-02 | Fixed #3628 -- Fixed a broken link spotted by Manoj Govindan. | Malcolm Tredinnick |
| 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-03-01 | Added a tearDown to the tests for #639 so that the "uploaded" image doesn't c... | Jacob Kaplan-Moss |
| 2007-02-28 | Reverted [4590] (changes to field label CSS) since it caused more problems th... | Jacob Kaplan-Moss |
| 2007-02-28 | Fixed #3610: typo in django-admin.txt. Thanks, Yasushi Masuda. | Jacob Kaplan-Moss |
| 2007-02-28 | Removed a stray colon in authentication.txt. | Jacob Kaplan-Moss |
| 2007-02-28 | Added note to docs/db-api.txt about 'depth' being new in Django development v... | Adrian Holovaty |
| 2007-02-28 | Fixed #3602: a few small doc fixes. Thanks, Jeremy Dunck | Jacob Kaplan-Moss |
| 2007-02-28 | Fixed #3488: Added "b" option to date format filter. Thanks, Gary Wilson. | Jacob Kaplan-Moss |
| 2007-02-28 | Fixed #1240: added better support for different names for "python" to django_... | 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 #3598: Added a note about the precedence of URL matches versus extra k... | Jacob Kaplan-Moss |
| 2007-02-27 | Fixed #2565: added a note about the laziness of querysets in tutorial 4. Than... | Jacob Kaplan-Moss |
| 2007-02-27 | Fixed #2264: the docs now mention that delete() cascades. Thanks, Ubernostrum | 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 | Fixed #3039: corrected example code in authentication.txt. Thanks, Ubernostrum. | Jacob Kaplan-Moss |
| 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 #3325: Added docs/distributions.txt, a guide to packaged versions of Dj... | Jacob Kaplan-Moss |
| 2007-02-26 | Fixed #2490: Added a polite note to runtests.py about setting DJANGO_SETTINGS... | Jacob Kaplan-Moss |
| 2007-02-26 | Fixed #834: Added documentation of the built-in authentication views. Thanks,... | Jacob Kaplan-Moss |
| 2007-02-26 | Small cleanup of docs/model-api.txt change from [4625] | Adrian Holovaty |
| 2007-02-26 | Fixed #3455: added documentation of Model.get_FIELD_display(). Thanks, Uberno... | Jacob Kaplan-Moss |
| 2007-02-26 | Fixed #3364: Updated install.txt to recommend psycopg2. Thanks, Marc Fargas. | Jacob Kaplan-Moss |
| 2007-02-26 | Fixed #3319: Added docs to django-admin.txt about reset and runfcgi. Thanks, ... | Jacob Kaplan-Moss |
| 2007-02-26 | Improved error e-mail docs in docs/settings.txt from [4619] | Adrian Holovaty |
| 2007-02-26 | Fixed #3279: Added a note about using MySQLdb 1.2.1 or later. Thanks, Marc Fa... | Jacob Kaplan-Moss |
| 2007-02-26 | Fixed #3195: added a note in settings.txt about DEBUG and HIDDEN_SETTINGS. Th... | Jacob Kaplan-Moss |
| 2007-02-26 | Fixed #3135: added some more explanation about how the various error email se... | Jacob Kaplan-Moss |
| 2007-02-26 | Fixed #2592: Added a warning to tutorial 1 about not naming your project "sit... | 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 | Fixed a few Python2.3-related bugs in the tests (see #3396). A few more left,... | Jacob Kaplan-Moss |