| Age | Commit message (Expand) | Author |
| 2009-04-11 | Fixed #10783 -- Fixed Javascript error when adding a new object in admin. | Malcolm Tredinnick |
| 2009-04-11 | Fixed #10782 -- Fixed a Javascript error in the admin. | Malcolm Tredinnick |
| 2009-04-11 | Fixed #10645 -- Added some robustness around some admin and modelform params. | Malcolm Tredinnick |
| 2009-04-10 | No longer create tables for unnecessary applications when running the GeoDjan... | Justin Bronn |
| 2009-04-10 | Applied latest changes to `ListMixin` from Aryeh Leib Taurog and added him to... | Justin Bronn |
| 2009-04-10 | Refactored `get_srid_info` to use the ORM (now possible since it's no longer ... | Justin Bronn |
| 2009-04-10 | Added an SRID_CACHE to GeoDjango db/models/fields/__init__.py so that we only... | Adrian Holovaty |
| 2009-04-10 | Fixed typo in GeoDjango deprecation error message | Adrian Holovaty |
| 2009-04-10 | Changed GeoDjango GeometryField to lazily load units, units_name and _spheroid | Adrian Holovaty |
| 2009-04-10 | Fixed #10747: fixed the auth tests to ignore broken user-supplied login/logou... | Jacob Kaplan-Moss |
| 2009-04-10 | Fixed #8515 -- Fixed validation of Polish REGON numbers. | Malcolm Tredinnick |
| 2009-04-08 | Fixed #10059: `ModelAdmin.formfield_for_dbfield` now handles custom `Field` s... | Jacob Kaplan-Moss |
| 2009-04-08 | Fixed #9341: add another on `ManyToManyField`s with `raw_id_admins` now works... | Jacob Kaplan-Moss |
| 2009-04-08 | Fixed #9036: unified the permission checking in `AdminSite`, pushing it down ... | Jacob Kaplan-Moss |
| 2009-04-08 | Now take advantage of new argument accepted by `AddGeometryColumn` in SpatiaL... | Justin Bronn |
| 2009-04-07 | Fixed #9957: feeds now respect time zone information provided by the pub date. | Jacob Kaplan-Moss |
| 2009-04-07 | Fixed #10757 -- Fixed improper selection of primary keys across relations whe... | Justin Bronn |
| 2009-04-07 | Fixed #9555: respect the `feed_url` feed parameter. Thanks, sedden. | Jacob Kaplan-Moss |
| 2009-04-07 | Fixed #10169: don't accidentally try to redirect to "None" after posting a co... | Jacob Kaplan-Moss |
| 2009-04-07 | Now support SVG output in SpatiaLite; added tests for SVG output. | Justin Bronn |
| 2009-04-07 | Fixed #10633, #10691: marked strings in the comments app for translation. Tha... | Jacob Kaplan-Moss |
| 2009-04-07 | Fixed #10585: comment redirects built from the `next` parameter now work corr... | Jacob Kaplan-Moss |
| 2009-04-07 | Fixed #9956: relax the URL pattern for primary keys in the comment redirect s... | Jacob Kaplan-Moss |
| 2009-04-07 | Fixed #9792: corrected invalid HTML in the comment form and comment preview. | Jacob Kaplan-Moss |
| 2009-04-07 | Fixed #9268: pass the "next" param through in the comment preview/post view. ... | Jacob Kaplan-Moss |
| 2009-04-06 | Fixed #10423, a type on the `AdminSite.admin_view` docstring. | Jacob Kaplan-Moss |
| 2009-04-06 | Made a bunch of improvements to admin actions. Be warned: this includes one m... | Jacob Kaplan-Moss |
| 2009-04-05 | Fixed a sloppy test auth test. [10400] revealed that the auth test was relyin... | Jacob Kaplan-Moss |
| 2009-04-04 | Fixed #10695 -- Fixed implementation of deferred attribute retrieval. | Malcolm Tredinnick |
| 2009-04-04 | Tweaked a GIS expected test failure. | Malcolm Tredinnick |
| 2009-04-03 | Fixed #10522: accept tuples in `generic_inlineformset_factor(exclude)`. Thank... | Jacob Kaplan-Moss |
| 2009-04-03 | Fixed #9546: GenericRelations inherited from base models no longer query usin... | Jacob Kaplan-Moss |
| 2009-04-02 | Fixed #9745 -- Added the `GeoQuerySet` methods `snap_to_grid` and `geojson`. | Justin Bronn |
| 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 #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 #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 #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 | 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 #10332 -- Added new provinces to IT localflavor, patch from gogna. | Gary Wilson Jr |