| Age | Commit message (Expand) | Author |
| 2011-09-13 | Fixed #16833 -- Removed undocumented `mixin` parameter from the `Storage.open... | Jannis Leidel |
| 2011-09-13 | Fixed #4198 -- Fixed a small styling issue in the admin calendar widget. Than... | Julien Phalip |
| 2011-09-11 | Added an implementation of bulk insert via the ORM to the Oracle DB backend. | Ramiro Morales |
| 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 #14138 -- Removed a superfluous import in the sqlite3 DB backend. | Ramiro Morales |
| 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 | Kill some more dead code. | Alex Gaynor |
| 2011-09-10 | Remove a bunch of deadcode/dead imports. | Alex Gaynor |
| 2011-09-10 | Fixed bulk_insertion on databases which don't yet support it. Thanks to Justi... | Alex Gaynor |
| 2011-09-10 | Ensure bulk_create returns the right value if the argument is an empty list. | Alex Gaynor |
| 2011-09-10 | Ensure bulk_create returns what it is supposed to. | Alex Gaynor |
| 2011-09-10 | Fixed #16810, corrected a bad docstring. Thanks to kenkam for the patch. | Alex Gaynor |
| 2011-09-10 | Removed the deprecated-since-1.2 "supports_object_permissions" and "supports_... | Alex Gaynor |
| 2011-09-10 | Remove this deprecated alias. | Alex Gaynor |
| 2011-09-10 | Make a comment more accurate. | Alex Gaynor |
| 2011-09-10 | Fixed #16809 -- Forced MySQL to behave like a database. This avoids a problem... | Russell Keith-Magee |
| 2011-09-10 | Fixed #16553 -- Refactored the `GeoIP` module, moving it `django.contrib.gis.... | Justin Bronn |
| 2011-09-10 | Fixed #16808, removed some dead code from teh ORM. Thanks to aaugustin for th... | Alex Gaynor |
| 2011-09-10 | Fixed #16537 -- Fixed multi-db issues with GeoDjango utilities. Thanks, Shan... | Justin Bronn |
| 2011-09-10 | Fixed #16162. Added timeout arg to `DummyCache.set_many`, for compatiblity wi... | Alex Gaynor |
| 2011-09-10 | Fixed #16790 -- Modified the geographic admin to work after r16594. Thanks, ... | Justin Bronn |
| 2011-09-10 | Fixed #11404. Added ``FormSet.has_changed``, for consistancy with ``Form.has... | Alex Gaynor |
| 2011-09-10 | Make ``Formset.__getitem__`` O(1), rather than O(n). If you override ``__ite... | Alex Gaynor |
| 2011-09-10 | Altered the behavior of URLField to avoid a potential DOS vector, and to avoi... | Russell Keith-Magee |
| 2011-09-10 | Corrected an issue which could allow attackers to manipulate session data usi... | Russell Keith-Magee |
| 2011-09-10 | Added protection against spoofing of X_FORWARDED_HOST headers. A security ann... | Russell Keith-Magee |
| 2011-09-10 | Fixed #13670 -- Comparisons with the spatial adapter won't blow up in some co... | Justin Bronn |
| 2011-09-10 | Fixed #15722: ensure formsets evaluate to True even if they have no forms. Th... | Karen Tracey |
| 2011-09-09 | Fixes #16664 -- URLField's to_python method fails with ValueError on some url... | Chris Beaven |
| 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 | Fix and test for cleaning a non-string value in a URLField | Chris Beaven |
| 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 #15237 -- Fixed a typo in specifying UTF-8 encoding in the feed generat... | Jannis Leidel |
| 2011-09-09 | Fixed #16042 -- Use the content types caching in the comments contrib app. Th... | Jannis Leidel |
| 2011-09-09 | Remove no-longer-valid references to the DATABASE_* settings, the legacy code... | Alex Gaynor |
| 2011-09-09 | Fixed #16746 - added more HTTP code/string mappings. | Jacob Kaplan-Moss |
| 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 #16721 -- Made sure that blocktrans correctly handles percents (%), eve... | Jannis Leidel |
| 2011-09-08 | Fixed #16003 -- Restored compatibility of the admin when using USE_ETAGS. Tha... | 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-08 | Fixed #16349 -- Fixed Brazilian localization formats. Thanks, Claude Paroz, s... | Jannis Leidel |
| 2011-09-08 | Fixed #16516 -- Relaxed the blocktrans rendering a little by falling back to ... | Jannis Leidel |
| 2011-09-04 | Also copy `__module__` to our dynamically created TestCase subclass when over... | Ramiro Morales |