| Age | Commit message (Expand) | Author |
| 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 |
| 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-07-01 | Fixed #15974 -- Correctly link to static files handling in deployment docs. T... | Jannis Leidel |
| 2011-07-01 | Fixed the manifest template to correctly ship admin's static files. | Jannis Leidel |
| 2011-07-01 | Fixed #15077 -- Clarified FastCGI documentation with regard to shared hosting... | Jannis Leidel |
| 2011-06-30 | Removed empty directory that was left out in r16487. | Jannis Leidel |
| 2011-06-30 | Fixed #16050 -- BACKWARDS-INCOMPATIBLE CHANGE: Moved static files of the admi... | Jannis Leidel |
| 2011-06-29 | Fixed our SimpleCookie overriding and use to be compatible with a (potential)... | Luke Plant |
| 2011-06-29 | Fixed #16232 -- Corrected typo in geographic admin reference. Thanks, Issac ... | Justin Bronn |
| 2011-06-28 | Removed stale import from auth tests. Thanks, Ramiro. | Jannis Leidel |
| 2011-06-28 | Reverted parts of r14891 and r16400 due to inherent brokenness of tests. | Jannis Leidel |
| 2011-06-28 | Updated the base translation file of localflavor. | Jannis Leidel |
| 2011-06-28 | Fixed #15813 -- Updated Indian localflavor to use correct state choices and f... | Jannis Leidel |
| 2011-06-28 | Fixed #15785 -- Stopped HttpRequest.read() from reading beyond the end of a w... | Jannis Leidel |