| Age | Commit message (Expand) | Author |
| 2011-09-15 | Fixed #16854 -- corrected an AttributeError coming from the contenttypes post... | Alex Gaynor |
| 2011-09-13 | Fixed #16778 -- Improved escaping of geometries on PostgreSQL, allowing GeoDj... | Justin Bronn |
| 2011-09-13 | Fixed #4198 -- Fixed a small styling issue in the admin calendar widget. Than... | Julien Phalip |
| 2011-09-11 | Fixed #14675 -- Completed removal of `from django.conf.urls.default import *`... | Ramiro Morales |
| 2011-09-11 | Fixed #16231 -- Added support for GML and KML on the SpatiaLite backend. Tha... | Justin Bronn |
| 2011-09-11 | Fixed #15305 -- Made `Count` aggregate and `.values()` play nice together on ... | Justin Bronn |
| 2011-09-10 | Fixed #14648 -- Fixed annotated date querysets when `GeoManager` is used. Th... | Justin Bronn |
| 2011-09-10 | Removed the deprecated-since-1.2 "supports_object_permissions" and "supports_... | Alex Gaynor |
| 2011-09-10 | Fixed #16553 -- Refactored the `GeoIP` module, moving it `django.contrib.gis.... | Justin Bronn |
| 2011-09-10 | Fixed #16537 -- Fixed multi-db issues with GeoDjango utilities. Thanks, Shan... | Justin Bronn |
| 2011-09-10 | Fixed #16790 -- Modified the geographic admin to work after r16594. Thanks, ... | Justin Bronn |
| 2011-09-10 | Corrected an issue which could allow attackers to manipulate session data usi... | Russell Keith-Magee |
| 2011-09-10 | Fixed #13670 -- Comparisons with the spatial adapter won't blow up in some co... | Justin Bronn |
| 2011-09-09 | Removed extra call to `syncdb` that slipped in with r16749. | Justin Bronn |
| 2011-09-09 | Fixed #16408 -- Fixed conversion of dates, and other problems with the Spatia... | Justin Bronn |
| 2011-09-09 | Switch to using explicit new-style division behavior, rather than relying on ... | Alex Gaynor |
| 2011-09-09 | Fixed a brittle test in the `LayerMapping` tests. | Justin Bronn |
| 2011-09-09 | Replaced `has_key()` calls with `in` to ease Python 3 port. Thanks, Martin vo... | Jannis Leidel |
| 2011-09-09 | Fixed #7596. Added Model.objects.bulk_create, and make use of it in several ... | Alex Gaynor |
| 2011-09-09 | Fixed #16042 -- Use the content types caching in the comments contrib app. Th... | Jannis Leidel |
| 2011-09-09 | Fixed a bunch of imports of the email stdlib module now that we are on Python... | Jannis Leidel |
| 2011-09-08 | Fixed #16404 -- Fixed a regression in the localization changes in the humaniz... | Jannis Leidel |
| 2011-09-08 | Fixed #15997 -- Added `list_max_show_all` option to `ModelAdmin` in replaceme... | Jannis Leidel |
| 2011-09-03 | `is` should not be used on primitive objects, use == instead, correctly. | Alex Gaynor |
| 2011-09-03 | Fixed #16412 -- Prevented a `contrib.auth` test from failing in the potential... | Julien Phalip |
| 2011-08-31 | Fixed #16059 -- Improved the usability of the admin's vertical and horizontal... | Julien Phalip |
| 2011-08-30 | Fixed indentation introduced in r16706. | Jannis Leidel |
| 2011-08-28 | Fixed #16202 -- Added a Slovenian localflavor. Thanks to Jure Cuhalev < ganda... | Julien Phalip |
| 2011-08-28 | Fixed #16716 -- Fixed two small regressions in the development version introd... | Julien Phalip |
| 2011-08-26 | Further improved on the work done in r16622 by making the help text icons loo... | Julien Phalip |
| 2011-08-25 | Fixed a small admin CSS issue where the "Save and continue editing" and "Save... | Julien Phalip |
| 2011-08-23 | Reverted r16662 -- There are bunch of problems with this patch, including fai... | Russell Keith-Magee |
| 2011-08-23 | Fixed #16202 -- Added a Slovenian localflavor. Thanks to Jure Cuhalev <gandal... | Russell Keith-Magee |
| 2011-08-22 | Removed unused admin Javascript functions from source. | Malcolm Tredinnick |
| 2011-08-17 | Fixed #8190 -- Added support for a field's help text to the tabular admin inl... | Jannis Leidel |
| 2011-08-17 | Removing the old url resolution method in contrib.auth.admin.UserAdmin which ... | Chris Beaven |
| 2011-08-15 | Fixed #15206 -- Added select_related call to the permissions field of the Gro... | Jannis Leidel |
| 2011-08-15 | Fixed #16631 -- Fixed embarrassing typo introduced in r16617. Thanks, Andi Al... | Jannis Leidel |
| 2011-08-14 | Fixed #16629 -- Relaxed check for STATIC_ROOT and STATIC_URL settings slightl... | Jannis Leidel |
| 2011-08-13 | Fixed #6644 -- Fixed django.contrib.formtools tests to be better isolated whe... | Jannis Leidel |
| 2011-08-12 | Fixed #16573 -- Corrected a regression in the admindocs app's view overview i... | Jannis Leidel |
| 2011-08-12 | Fixed #4617 -- Added `raise_exception` option to `permission_required` decora... | Jannis Leidel |
| 2011-08-12 | Fixed #15907 -- Fixed another conflict between the ModelForm exclude and the ... | Jannis Leidel |
| 2011-08-12 | Fixed #14496 -- Fixed conflict between ModelForm exclude and ModelAdmin reado... | Jannis Leidel |
| 2011-08-12 | Fixed #16438 -- Corrected whitespace in admin models module. Thanks, philipki... | Jannis Leidel |
| 2011-08-12 | Fixed #16387 -- Disabled localization in openlayers template. Thanks, claudep. | Jannis Leidel |
| 2011-08-12 | Fixed #16604 -- Use new save_related hook when saving objects on the changeli... | Jannis Leidel |
| 2011-08-12 | Fixed #16584 -- Fixed a bunch of typos in code comments. Thanks, Bernhard Essl. | Jannis Leidel |
| 2011-08-12 | Added with_statement Python 2.5 compatibility import missed in [16594]. Thank... | Ramiro Morales |
| 2011-08-11 | Fixed #15252 -- Added static template tag and CachedStaticFilesStorage to sta... | Jannis Leidel |