| Age | Commit message (Expand) | Author |
| 2008-06-16 | Fixed #7420 -- Abstracted some more database options into DatabaseFeatures --... | Adrian Holovaty |
| 2008-06-15 | Fixed #7256 -- Corrected queryset code to return the correct set of columns w... | Russell Keith-Magee |
| 2008-06-15 | Fixed #7387 - Fixed circular import problem when importing `contrib.contentty... | Gary Wilson Jr |
| 2008-06-14 | Fixed #7340 -- Spanish translation updated with typo corrections and some imp... | Marc Garcia |
| 2008-06-13 | Fixed #7436 -- Corrected a fix from [7615] that broke some test cases. Don't ... | Russell Keith-Magee |
| 2008-06-12 | Fixed #7427 -- Fixed docstring that was rendered incorrect due to qs-rf. Than... | Adrian Holovaty |
| 2008-06-12 | Fixed #7421 -- Improved syncdb implementation not to check for exact exceptio... | Adrian Holovaty |
| 2008-06-12 | Fixed #7026 -- Fixed misleading/incorrect exception text when adding to a man... | Adrian Holovaty |
| 2008-06-12 | Negligible comment typo fixes | Adrian Holovaty |
| 2008-06-11 | Fixed #7254 -- Added an '--exclude' option to dumpdata, allowing specific app... | Russell Keith-Magee |
| 2008-06-09 | Fixed #7298: prevent update() on sliced QuerySet since UPDATE doesn't reliabl... | Jacob Kaplan-Moss |
| 2008-06-09 | Fixed #7350, #7202 -- Fixed serialization for multi-model inheritance, which ... | Russell Keith-Magee |
| 2008-06-08 | Fixed #7394: fixed bug with syncdb and createsuperuser introduced in [7590]. ... | Jacob Kaplan-Moss |
| 2008-06-08 | Fixed #7369: fixed a corner-case involving select_related() following non-nul... | Jacob Kaplan-Moss |
| 2008-06-08 | Fixed #7392 -- Corrected a typo in the backwards-compatibility layer to the n... | Russell Keith-Magee |
| 2008-06-08 | Fixed #4371 -- Improved error checking when loading fixtures. Code now catche... | Russell Keith-Magee |
| 2008-06-08 | Fixed #6394: improved comment stripping in initial SQL files. Thanks, Thomas ... | Jacob Kaplan-Moss |
| 2008-06-08 | Fixed #5614: added 'manage.py createsuperuser'. Thanks, programmerq. | Jacob Kaplan-Moss |
| 2008-06-07 | Fixed #2548: added get/set_expiry methods to session objects. Thanks, Amit Up... | Jacob Kaplan-Moss |
| 2008-06-07 | Fixed #7342: Ignore any Meta options starting with '_', thus making it OK for... | Jacob Kaplan-Moss |
| 2008-06-07 | Fixed #5836 -- Corrected the logic in the Test Client when an exception raise... | Russell Keith-Magee |
| 2008-06-06 | Refs #7297 -- Corrected some doctest strings internal to the utils.text modul... | Russell Keith-Magee |
| 2008-06-06 | Fixed #7293 -- Corrected some doctests strings internal to the template modul... | Russell Keith-Magee |
| 2008-06-06 | Fixed #7165 -- Added an assertNotContains() method to the test client. Thanks... | Russell Keith-Magee |
| 2008-06-06 | Fixed #7143 -- Modified the test client to better match (most) real browser b... | Russell Keith-Magee |
| 2008-06-05 | Fixed #6886: Tightened up ForeignKey and OneToOne field assignment. Specifica... | Jacob Kaplan-Moss |
| 2008-06-02 | Italian translation: fixes #7348, other small fixes. Thanks to BazzaniMarco. | Nicola Larosa |
| 2008-05-31 | Fixed #6820: flush no longer fails under PostgreSQL 8.3. WARNING: In the proc... | Jacob Kaplan-Moss |
| 2008-05-29 | Fixed #6430 -- Corrected the loading of templates from eggs, which was broken... | Russell Keith-Magee |
| 2008-05-29 | Fixed #6950 -- Modified initialization of template loaders to use a temporary... | Russell Keith-Magee |
| 2008-05-29 | Fixed #7173 -- Corrected the caching of objects in reverse OneToOne relations... | Russell Keith-Magee |
| 2008-05-29 | Fixed #7286 -- Added functools wrapping to the transaction decorators. Thanks... | Russell Keith-Magee |
| 2008-05-29 | Fixed #7301 -- Corrected minor typo in docstring. Thanks, micahcowan. | Russell Keith-Magee |
| 2008-05-29 | Fixed #7306 -- Added missing import. Thanks, SmileyChris. | Russell Keith-Magee |
| 2008-05-26 | See r7553. Forgot to commit compiled translations. | Ludvig Ericson |
| 2008-05-26 | Updated Swedish translation. | Ludvig Ericson |
| 2008-05-26 | Refs #7305 Updated Spanish translation. | Marc Fargas |
| 2008-05-26 | Refs #7305, [7550] I meant, compile-messages.py -l ca . | Marc Fargas |
| 2008-05-26 | Ran make-messages.py -l ca, as somebody forgot on [7549] | Marc Fargas |
| 2008-05-26 | * Closed an unclosed quote in Spanish translations. | Ludvig Ericson |
| 2008-05-18 | Added lots of local names, added a few missing translations, fixed | Nicola Larosa |
| 2008-05-16 | Added DEBUG_PROPAGATE_EXCEPTIONS setting that helps testing under e.g. twill | Luke Plant |
| 2008-05-16 | Simplified control flow for change made in r7535 | Luke Plant |
| 2008-05-15 | Fixed bug in staff_member_required decorator for the case where users share a... | Luke Plant |
| 2008-05-14 | Updated catalan translation (1 add, 2 typos, a few wraps). | Marc Fargas |
| 2008-05-13 | Fixed #7212 -- Added `alters_data` attribute to `Model.save_base` method, tha... | Gary Wilson Jr |
| 2008-05-10 | Removed mark_safe from the saved request path on the admin login form. This p... | Russell Keith-Magee |
| 2008-05-05 | Cleaned up some comments in the Oracle backend. Fixes #7139. Thanks, adamv. | Ian Kelly |
| 2008-04-29 | Fixed an Oracle error on double negations in where conditions. Fixed #7111 | Ian Kelly |
| 2008-04-29 | Undo [7474]. I didn't think it through nearly carefully enough. | Malcolm Tredinnick |