summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-07-14Fixed #5025 -- Add a "truncatechars" template filter. Many thanks to Chris Be...Jannis Leidel
2011-07-13Fixed #15707 -- Made the GIS feed compatible to the class based feeds and int...Jannis Leidel
2011-07-13Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for t...Jannis Leidel
2011-07-12Add a note to USE_L10N settings documentation that startproject sets USE_L10N...Chris Beaven
2011-07-10Fixed #16000 -- reference natural keys in contenttypes documentation. Thanks ...Simon Meers
2011-07-10Fixed #15715 -- added non-trivial decorator example to CBV docs. Thanks toofi...Simon Meers
2011-07-10Fixed #16440 -- minor ungettext documentation issue, thanks Bradley Ayers.Simon Meers
2011-07-10Properly implement PEP 302 in the module_loading module. For unknown reasons...Alex Gaynor
2011-07-10Fixed #16447 -- Stopped using the setting name as the sender parameter for th...Jannis Leidel
2011-07-10Fixed a typo in the `multiple_database` tests. Thanks Jim Dalton.Ramiro Morales
2011-07-09Fixed #16434 - corrected "django.forms.widgets.extras" to "django.forms.extra...Timo Graham
2011-07-08Fixed typos in admin_views tests XML fixtures.Ramiro Morales
2011-07-08Fixed bug with our SimpleCookie regarding load/custom Morsel, and simplified ...Luke Plant
2011-07-08Explicitly close a file in the collectstatic management command.Alex Gaynor
2011-07-08FIlter warnings about deprecated syntax of the `url` template tag in recently...Ramiro Morales
2011-07-07Removed a redundant line from the cache_page docsLuke Plant
2011-07-07Fixed #16409 -- Fixed an error condition when using QuerySet only()/defer() o...Ramiro Morales
2011-07-06Improved warning about file uploads in docs, and added link from security ove...Luke Plant
2011-07-06Fixed #16250 -- Made test database creation support code in the PostgreSQL DB...Ramiro Morales
2011-07-06Fixed #16424 -- Fixed regression in collect static management command introdu...Jannis Leidel
2011-07-06s/get/filter in new example of how to use queryset update method: update won'...Karen Tracey
2011-07-05Added another bit to the update() queryset docs about avoiding race conditionsAdrian Holovaty
2011-07-05Improved update() docs in querysets.txtAdrian Holovaty
2011-07-05Rolled back r16510, r16513 and r16514 because it wasn't ready.Jannis Leidel
2011-07-05Removed left over print statement.Jannis Leidel
2011-07-05Made cache table test case multidb capable. Refs #16411. Thanks, Russ.Jannis Leidel
2011-07-05Fixed test failure on Postgres that was added in r16510.Jannis Leidel
2011-07-05Fixed #16410 -- Fixed get_cache to behave gracefully when given a string that...Jannis Leidel
2011-07-04Fixed #15255 -- Stopped database cache from ignoring database routers when cr...Jannis Leidel
2011-07-04Fixed #16161 -- Added `--clear` option to `collectstatic` management command ...Jannis Leidel
2011-07-04Fixed #16382 -- Corrected form wizard docs to use one based step number in ex...Jannis Leidel
2011-07-04Fixed #16392 -- Clarified docs of the "c" date format with regard to naive da...Jannis Leidel
2011-07-04Fixed #16399 -- Minor cleanup in core handler. Thanks, aaugustin.Jannis Leidel
2011-07-04Fixed #16403 -- Correctly use ungettext in comments form. Thanks, poirier.Jannis Leidel
2011-07-04Fixed #16402 -- Correctly check for number of arguments to new language templ...Jannis Leidel
2011-07-04Fixed #15765 -- Stopped showing an odd error message when using the staticfil...Jannis Leidel
2011-07-04Removed superflous commented-out lines.Ramiro Morales
2011-07-04Fixed #16332 -- Added language template tag that switches the activate langua...Jannis Leidel
2011-07-04Fixed #16007 -- Give POSIX platforms the same courtesy as NT for GDAL 1.8. T...Justin Bronn
2011-07-03Renamed a test model field added in [16345] so it doesn't keep the test DB ce...Ramiro Morales
2011-07-03Fixed #16115 -- Added ModelAdmin.save_related method to be able to do pre- or...Jannis Leidel
2011-07-03Fixed #15820 -- Fixed the use of the InlineAdmin's get_formset method by actu...Jannis Leidel
2011-07-03Fixed #14506 -- Added an assertion to XViewMiddleware about the dependency on...Jannis Leidel
2011-07-03Fixed #14608 -- Added phone number field to Indian local flavor. Thanks, lawg...Jannis Leidel
2011-07-03Fixed #15750 -- Handle empty mail server credentials gracefully. Thanks, Lean...Jannis Leidel
2011-07-03Reverted [14563] because it introduced a dependency from core on a contrib ap...Ramiro Morales
2011-07-01Fixed #15974 -- Correctly link to static files handling in deployment docs. T...Jannis Leidel
2011-07-01Fixed the manifest template to correctly ship admin's static files.Jannis Leidel
2011-07-01Fixed #15077 -- Clarified FastCGI documentation with regard to shared hosting...Jannis Leidel
2011-06-30Removed empty directory that was left out in r16487.Jannis Leidel