| Age | Commit message (Expand) | Author |
| 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 | Fixed #16592 -- More test changes and documentation to account for MySQL's ca... | Russell Keith-Magee |
| 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 #16490 -- Skipped a test failure that only occurs under Python 2.6.1 (i... | 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 | Refs #16490 - Add a commit to ensure that a fresh read is provided; this is o... | Russell Keith-Magee |
| 2011-09-10 | Fixed #16280. Document that both args and kwargs cannot be passed to reverse ... | 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 | Added basic release notes for 1.2.6 and 1.3.1. | Carl Meyer |
| 2011-09-10 | Corrected documentation inconsistencies regarding deprecation of URLField.ver... | Carl Meyer |
| 2011-09-10 | Fixed #16790 -- Modified the geographic admin to work after r16594. Thanks, ... | Justin Bronn |
| 2011-09-10 | Fixed #16793. Added more cross referencing to the load tag's documentation. ... | Alex Gaynor |
| 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 | Fixed #16782 -- Corrected a broken cross-reference to the database engine set... | Gabriel Hurley |
| 2011-09-09 | Added two pointless query repeats to work around a known issue with MySQL tha... | Russell Keith-Magee |
| 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 | Fixed #16786 -- Minor cleanups in the memcached section of the caching topic ... | Gabriel Hurley |
| 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 #16791 -- Updated a broken URL in the README file. Thanks to paulcwatts... | Gabriel Hurley |
| 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 | Add a test for the intcomma regression described in #16404/#16562, fixed in r... | Karen Tracey |
| 2011-09-09 | Fixed #16780 -- Removed a timing sensitive test from the template test suite.... | Russell Keith-Magee |
| 2011-09-09 | Fixed #16384: warn against accessing request.POST/REQUEST in middleware. | Jacob Kaplan-Moss |
| 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 #16686 -- Reduced time to wait for cache expiration in a test to allevi... | Jannis Leidel |
| 2011-09-08 | Fixed #15918 -- Refined documentation of the various localization settings, e... | Jannis Leidel |
| 2011-09-08 | Fixed #16404 -- Fixed a regression in the localization changes in the humaniz... | Jannis Leidel |