| Age | Commit message (Expand) | Author |
| 2011-11-01 | Used yaml.safe_load instead of yaml.load, because safety should be the default. | Aymeric Augustin |
| 2011-10-29 | Made a couple of changes for readability and correctness in loaddata. | Ramiro Morales |
| 2011-10-29 | Fixed #16849 -- Updated management command verbosity option help text. | Ramiro Morales |
| 2011-10-29 | Enhanced loaddata error message printed when no DB fixture is provided. | Ramiro Morales |
| 2011-10-29 | More django.conf.urls.defaults removals. Refs #17132 | Ramiro Morales |
| 2011-10-28 | Fixed #17132 -- remove a leftover reference to django.conf.default.urls in Dj... | Alex Gaynor |
| 2011-10-24 | Fixed #17099 -- Removed an out-of-date warning and some unused code, now that... | Carl Meyer |
| 2011-10-23 | Fixed #13760 -- Cleaned up unnecessary default option handling in a bunch of ... | Julien Phalip |
| 2011-10-22 | Fixed #16360 -- Added WSGI entrypoint to startproject layout, and enabled int... | Carl Meyer |
| 2011-10-13 | Fixed #16923 -- Removed unused method in the serialization code. | Aymeric Augustin |
| 2011-10-13 | Fixed #15372 -- Switched to a startproject default layout that allows us to a... | Carl Meyer |
| 2011-09-22 | Fixed #6011 -- Improved help text for flush command. Thanks Julien for the pa... | Paul McMillan |
| 2011-09-22 | Fixed #16026 -- loaddata now identifies which object triggered an error. | Paul McMillan |
| 2011-09-21 | Fixed #16897 -- Fixed some docstrings and help texts for the `makemessages` m... | Julien Phalip |
| 2011-09-21 | Fixed #16703 -- Raise an exception if the storage location of the DefaultStor... | Jannis Leidel |
| 2011-09-18 | Removed an unused function definition. | Paul McMillan |
| 2011-09-16 | Fixed #16812 -- Percent-encode URLs in verify_exists, to fix test failures on... | Carl Meyer |
| 2011-09-13 | Fixed #16833 -- Removed undocumented `mixin` parameter from the `Storage.open... | Jannis Leidel |
| 2011-09-10 | Kill some more dead code. | Alex Gaynor |
| 2011-09-10 | Fixed #16810, corrected a bad docstring. Thanks to kenkam for the patch. | Alex Gaynor |
| 2011-09-10 | Remove this deprecated alias. | Alex Gaynor |
| 2011-09-10 | Fixed #16162. Added timeout arg to `DummyCache.set_many`, for compatiblity wi... | Alex Gaynor |
| 2011-09-10 | Altered the behavior of URLField to avoid a potential DOS vector, and to avoi... | Russell Keith-Magee |
| 2011-09-09 | Replaced `has_key()` calls with `in` to ease Python 3 port. Thanks, Martin vo... | Jannis Leidel |
| 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-08-25 | Modify validity check from r16678 slightly to work with Oracle. | Malcolm Tredinnick |
| 2011-08-23 | Teach "django-admin.py validate" to forbid nullable primary keys. | Malcolm Tredinnick |
| 2011-08-22 | Teach inspectdb to handle SQL column names that are digits. | Malcolm Tredinnick |
| 2011-08-21 | Fixed #16481 -- Adapted one raw SQL query in cull immplementation of the data... | Ramiro Morales |
| 2011-08-12 | Fixed #11559 -- Fixed the URL resolver to be able to handle captured paramete... | Jannis Leidel |
| 2011-08-12 | Fixed #9847 -- Added 403 response handler. Many thanks to kgrandis, adamnelso... | Jannis Leidel |
| 2011-08-12 | Fixed #10405 -- Raise a more useful error if the formfield of a related model... | Jannis Leidel |
| 2011-08-12 | Fixed #16584 -- Fixed a bunch of typos in code comments. Thanks, Bernhard Essl. | Jannis Leidel |
| 2011-08-07 | Fixed #3615: Added support for loading fixtures with forward references on da... | Karen Tracey |
| 2011-07-29 | Fixed #16477 -- Correct help text of an option of the dumpdata management com... | Jannis Leidel |
| 2011-07-29 | Fixed #16533 -- Stopped the memcache cache backend from raising an exception ... | Jannis Leidel |
| 2011-07-13 | Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for t... | Jannis Leidel |
| 2011-07-05 | Rolled back r16510, r16513 and r16514 because it wasn't ready. | Jannis Leidel |
| 2011-07-05 | Fixed #16410 -- Fixed get_cache to behave gracefully when given a string that... | Jannis Leidel |
| 2011-07-04 | Fixed #15255 -- Stopped database cache from ignoring database routers when cr... | Jannis Leidel |
| 2011-07-04 | Fixed #16399 -- Minor cleanup in core handler. Thanks, aaugustin. | Jannis Leidel |
| 2011-07-03 | Fixed #15750 -- Handle empty mail server credentials gracefully. Thanks, Lean... | Jannis Leidel |
| 2011-07-03 | Reverted [14563] because it introduced a dependency from core on a contrib ap... | Ramiro Morales |
| 2011-06-30 | Fixed #16050 -- BACKWARDS-INCOMPATIBLE CHANGE: Moved static files of the admi... | Jannis Leidel |
| 2011-06-28 | Fixed #15785 -- Stopped HttpRequest.read() from reading beyond the end of a w... | Jannis Leidel |
| 2011-06-27 | Fixed #16354 -- Fixed typo in signing docstring. Thanks, charettes. | Jannis Leidel |
| 2011-06-26 | Fixed #16199 -- Added a Cookie based session backend. Many thanks to Eric Flo... | Jannis Leidel |
| 2011-06-26 | Fixed #16285 -- Removed a misleading comment from the signing code, thanks Pa... | Jannis Leidel |
| 2011-06-22 | Fixed #16288 -- Enabled django.request exception logger regardless of DEBUG s... | Carl Meyer |