| Age | Commit message (Expand) | Author |
| 2009-04-03 | Fixed a whole bunch of small docs typos, errors, and ommissions. | Jacob Kaplan-Moss |
| 2009-04-03 | Fixed #10681 -- Work around (by ignoring) invalid ETag headers. | Malcolm Tredinnick |
| 2009-04-02 | Fixed #9745 -- Added the `GeoQuerySet` methods `snap_to_grid` and `geojson`. | Justin Bronn |
| 2009-04-02 | Fixed #9520: make the date filter fail silently for non-date values. Thanks, ... | Jacob Kaplan-Moss |
| 2009-04-02 | Fixed #9779: added support for relation detection to inspectdb under SQLite. ... | Jacob Kaplan-Moss |
| 2009-04-02 | Fixed #10063: stop passing the -W flag to psql since it isn't needed and inte... | Jacob Kaplan-Moss |
| 2009-04-02 | Fixed #10053: the most exciting commit you'll ever see. | Jacob Kaplan-Moss |
| 2009-04-02 | Fixed #10670: fixed reusing QuerySets previously used in a filter expression.... | Jacob Kaplan-Moss |
| 2009-04-02 | Fixed #9651: fixed save_as with inline forms. Thanks, kmike and Mnewman. | Jacob Kaplan-Moss |
| 2009-04-01 | Fixed #10043 -- widthratio tag now accepts a variable for the max_width argum... | Brian Rosner |
| 2009-04-01 | Fixed #9005: don't wig out when reversing a URL if SETTINGS_MODULE isn't set.... | Jacob Kaplan-Moss |
| 2009-04-01 | Reverted [10346] because it effectively breaks USE_I18N by forcing import of ... | Jacob Kaplan-Moss |
| 2009-04-01 | Fixed #9847: mark the permission denied message for translation. | Jacob Kaplan-Moss |
| 2009-04-01 | Fixed #8895: expose the debug setting to fastcgi. Thanks, paulegan. | Jacob Kaplan-Moss |
| 2009-04-01 | Fixed #10538: use a prefix for HTML ids on the admin doc page to avoid confli... | Jacob Kaplan-Moss |
| 2009-04-01 | Fixed #10265: fixed a bug when generating a password reset token for a user c... | Jacob Kaplan-Moss |
| 2009-04-01 | Do [10337] correctly; thanks, Alex. | Jacob Kaplan-Moss |
| 2009-04-01 | Fixed #8889: make admindocs function view work with class-based views. | Jacob Kaplan-Moss |
| 2009-04-01 | Fixed #10016: the cache middleware no longer vomits when handed long URLs. Th... | Jacob Kaplan-Moss |
| 2009-04-01 | Fixed #9644: fix a thread sync issue in the locmem cache. Thanks, mrts. | Jacob Kaplan-Moss |
| 2009-04-01 | Fixed #10460: the logout view can now redirect like the rest of the auth view... | Jacob Kaplan-Moss |
| 2009-04-01 | Fixed #10106: added is_active to user admin's list_display. | Jacob Kaplan-Moss |
| 2009-04-01 | Fixed #9881: Added the to the login view context, not just the site's name. ... | Jacob Kaplan-Moss |
| 2009-04-01 | Fixed #9474: user_passes_test may now be applied multiple times. | Jacob Kaplan-Moss |
| 2009-04-01 | Forgot to include the SpatiaLite test SQL files. | Justin Bronn |
| 2009-04-01 | Fixed #9871 -- Geometry objects are now returned in dictionaries and tuples r... | Justin Bronn |
| 2009-04-01 | Fixed a bug introduced by [10316]. | Jacob Kaplan-Moss |
| 2009-04-01 | Fixed #9969: choices with options groups (added in [7977]) now work correctly... | Jacob Kaplan-Moss |
| 2009-04-01 | Fixed #9908: allow individual app index templates in the admin. Thanks, arne. | Jacob Kaplan-Moss |
| 2009-04-01 | Fixed #9473: FormWizard now works with NullBooleanFields. As a bonus, we now ... | Jacob Kaplan-Moss |
| 2009-04-01 | Fixed #8853: don't automatically append .html in the admindoc :template: role... | Jacob Kaplan-Moss |
| 2009-04-01 | Fixed #7510: the ModelAdmin now uses `self.queryset` instead of the default m... | Jacob Kaplan-Moss |
| 2009-03-31 | Forms in model formsets and inline formsets can now be deleted even if they d... | Joseph Kocherhans |
| 2009-03-31 | Fixed #10513: floatformat now works with floatish things, not just real float... | Jacob Kaplan-Moss |
| 2009-03-31 | Forgot to remove import of defunct `GeoMixin`. | Justin Bronn |
| 2009-03-31 | Fixed a corner case from [10258]; thanks, Alex. | Jacob Kaplan-Moss |
| 2009-03-31 | Fixed #7529: added a FILES section to the debug view. As a bonus, we've now got | Jacob Kaplan-Moss |
| 2009-03-31 | Fixed #10018 -- Fixed typo in `BaseCommand` docstring, patch from dswistowski. | Gary Wilson Jr |
| 2009-03-31 | Fixed #10332 -- Added new provinces to IT localflavor, patch from gogna. | Gary Wilson Jr |
| 2009-03-31 | Added row highlighting when selecting action checkmarks. | Jacob Kaplan-Moss |
| 2009-03-31 | Fixed #10553 -- Corrected several uses of `URLconf` in documentation and comm... | Gary Wilson Jr |
| 2009-03-31 | Fixed #9437 -- Now close database connection within `get_srid_info`. Thanks,... | Justin Bronn |
| 2009-03-31 | Fixed #10676 -- Make transaction nop routine used during testing accept any a... | Karen Tracey |
| 2009-03-31 | Updated Polish translation | Jarek Zgoda |
| 2009-03-31 | Fixed #10389, #10501, #10502, #10540, #10562, #10563, #10564, #10565, #10568,... | Gary Wilson Jr |
| 2009-03-31 | Fixed #8847, #10370: added some missing methods to MultiValueDict after [8399... | Jacob Kaplan-Moss |
| 2009-03-31 | Fixed #10184: QueryDicts with multiple values can now be safely pickled. Than... | Jacob Kaplan-Moss |
| 2009-03-31 | Fixed #9863. A ForeignKey with editable=False to the parent in an inline no l... | Joseph Kocherhans |
| 2009-03-30 | Fixed #10537: Fixed the foreign key add-another link in list_editable. Thanks... | Jacob Kaplan-Moss |
| 2009-03-30 | Fixed #8749: add better breadcrumbs in the change password template. Thanks, ... | Jacob Kaplan-Moss |