| Age | Commit message (Expand) | Author |
| 2011-07-19 | Fixed some 5-space indents that were introduced with multidb. | Alex Gaynor |
| 2011-07-19 | Fixed #16469 -- Improved documentation of Django internals, including the new... | Jannis Leidel |
| 2011-07-19 | Fixed #16414 -- Added standard Windows make batch file for Sphinx. Thanks, Ay... | Jannis Leidel |
| 2011-07-17 | Fixed #16480 -- Modified test added in r16522 so it doesn't use a query not s... | Ramiro Morales |
| 2011-07-17 | Grammar fixes and content tweaks to XSS section of security docs. | Luke Plant |
| 2011-07-14 | Added a note about the AJAX CSRF example not working on jQuery 1.5 | Brian Rosner |
| 2011-07-14 | Fixed #5025 -- Add a "truncatechars" template filter. Many thanks to Chris Be... | Jannis Leidel |
| 2011-07-13 | Fixed #15707 -- Made the GIS feed compatible to the class based feeds and int... | Jannis Leidel |
| 2011-07-13 | Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for t... | Jannis Leidel |
| 2011-07-12 | Add a note to USE_L10N settings documentation that startproject sets USE_L10N... | Chris Beaven |
| 2011-07-10 | Fixed #16000 -- reference natural keys in contenttypes documentation. Thanks ... | Simon Meers |
| 2011-07-10 | Fixed #15715 -- added non-trivial decorator example to CBV docs. Thanks toofi... | Simon Meers |
| 2011-07-10 | Fixed #16440 -- minor ungettext documentation issue, thanks Bradley Ayers. | Simon Meers |
| 2011-07-10 | Properly implement PEP 302 in the module_loading module. For unknown reasons... | Alex Gaynor |
| 2011-07-10 | Fixed #16447 -- Stopped using the setting name as the sender parameter for th... | Jannis Leidel |
| 2011-07-10 | Fixed a typo in the `multiple_database` tests. Thanks Jim Dalton. | Ramiro Morales |
| 2011-07-09 | Fixed #16434 - corrected "django.forms.widgets.extras" to "django.forms.extra... | Timo Graham |
| 2011-07-08 | Fixed typos in admin_views tests XML fixtures. | Ramiro Morales |
| 2011-07-08 | Fixed bug with our SimpleCookie regarding load/custom Morsel, and simplified ... | Luke Plant |
| 2011-07-08 | Explicitly close a file in the collectstatic management command. | Alex Gaynor |
| 2011-07-08 | FIlter warnings about deprecated syntax of the `url` template tag in recently... | Ramiro Morales |
| 2011-07-07 | Removed a redundant line from the cache_page docs | Luke Plant |
| 2011-07-07 | Fixed #16409 -- Fixed an error condition when using QuerySet only()/defer() o... | Ramiro Morales |
| 2011-07-06 | Improved warning about file uploads in docs, and added link from security ove... | Luke Plant |
| 2011-07-06 | Fixed #16250 -- Made test database creation support code in the PostgreSQL DB... | Ramiro Morales |
| 2011-07-06 | Fixed #16424 -- Fixed regression in collect static management command introdu... | Jannis Leidel |
| 2011-07-06 | s/get/filter in new example of how to use queryset update method: update won'... | Karen Tracey |
| 2011-07-05 | Added another bit to the update() queryset docs about avoiding race conditions | Adrian Holovaty |
| 2011-07-05 | Improved update() docs in querysets.txt | Adrian Holovaty |
| 2011-07-05 | Rolled back r16510, r16513 and r16514 because it wasn't ready. | Jannis Leidel |
| 2011-07-05 | Removed left over print statement. | Jannis Leidel |
| 2011-07-05 | Made cache table test case multidb capable. Refs #16411. Thanks, Russ. | Jannis Leidel |
| 2011-07-05 | Fixed test failure on Postgres that was added in r16510. | 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 #16161 -- Added `--clear` option to `collectstatic` management command ... | Jannis Leidel |
| 2011-07-04 | Fixed #16382 -- Corrected form wizard docs to use one based step number in ex... | Jannis Leidel |
| 2011-07-04 | Fixed #16392 -- Clarified docs of the "c" date format with regard to naive da... | Jannis Leidel |
| 2011-07-04 | Fixed #16399 -- Minor cleanup in core handler. Thanks, aaugustin. | Jannis Leidel |
| 2011-07-04 | Fixed #16403 -- Correctly use ungettext in comments form. Thanks, poirier. | Jannis Leidel |
| 2011-07-04 | Fixed #16402 -- Correctly check for number of arguments to new language templ... | Jannis Leidel |
| 2011-07-04 | Fixed #15765 -- Stopped showing an odd error message when using the staticfil... | Jannis Leidel |
| 2011-07-04 | Removed superflous commented-out lines. | Ramiro Morales |
| 2011-07-04 | Fixed #16332 -- Added language template tag that switches the activate langua... | Jannis Leidel |
| 2011-07-04 | Fixed #16007 -- Give POSIX platforms the same courtesy as NT for GDAL 1.8. T... | Justin Bronn |
| 2011-07-03 | Renamed a test model field added in [16345] so it doesn't keep the test DB ce... | Ramiro Morales |
| 2011-07-03 | Fixed #16115 -- Added ModelAdmin.save_related method to be able to do pre- or... | Jannis Leidel |
| 2011-07-03 | Fixed #15820 -- Fixed the use of the InlineAdmin's get_formset method by actu... | Jannis Leidel |
| 2011-07-03 | Fixed #14506 -- Added an assertion to XViewMiddleware about the dependency on... | Jannis Leidel |
| 2011-07-03 | Fixed #14608 -- Added phone number field to Indian local flavor. Thanks, lawg... | Jannis Leidel |