| Age | Commit message (Expand) | Author |
| 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 |
| 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 |
| 2011-09-04 | Fixed typo in PEP number introduced in last commit. Thanks Jannis for the eag... | Ramiro Morales |
| 2011-09-04 | Converted links to external topics so they use intersphinx extension markup. | Ramiro Morales |
| 2011-09-03 | `is` should not be used on primitive objects, use == instead, correctly. | Alex Gaynor |
| 2011-09-03 | Two very simple docs fixes. | Ramiro Morales |
| 2011-09-03 | Fixed #16412 -- Prevented a `contrib.auth` test from failing in the potential... | Julien Phalip |
| 2011-09-02 | Fixed #16729 -- Fixed a small typo in the settings reference doc. Thanks to s... | Julien Phalip |
| 2011-09-02 | Fixed #16736 -- Enabled the merging of user-supplied arguments to format the ... | 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-30 | Fixed #16717 -- Added ability to store result of trans template tag in contex... | Jannis Leidel |
| 2011-08-30 | Added admin browser support policy note. | Idan Gazit |
| 2011-08-29 | Follow the same convention as the rest of the file. | Honza Král |
| 2011-08-29 | Forgotten import in [16708] | Honza Král |
| 2011-08-29 | Fixed #15802 -- pyscopg2 sometimes fail to close the connection when it's alr... | Honza Král |
| 2011-08-28 | Added guidelines for reporting UI-related bugs & feature requests. | Idan Gazit |
| 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 |