summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-05-15Fixed #15790 -- Fixed QuerySet only() and defer() methods behavior with proxy...Ramiro Morales
2011-05-14Edited docs/releases/1.4.txt changes from [16124]Adrian Holovaty
2011-05-14Tweaked weird wording of docs/ref/contrib/humanize.txt 'naturaltime' section ...Adrian Holovaty
2011-05-14Added ability to describe grouping of form fields in the same row to the `fie...Ramiro Morales
2011-05-14Removed last vestiges of references to technical messages from documentation.Ramiro Morales
2011-05-14Fixed our Sphinx extension to work with latest SphinxLuke Plant
2011-05-13Fixed #15064 -- Made manage.py honor the existence and value of DJANGO_SETTIN...Ramiro Morales
2011-05-13Fixed #16014 -- numerous documentation typos -- thanks psmith.Simon Meers
2011-05-13Fixed #16005 -- Error in blocktrans docs -- thanks bezidejniSimon Meers
2011-05-12Fixed minor typo in tests introduced in r16121. Refs #5925.Jannis Leidel
2011-05-12Fixed #16009 - typo in CSRF_FAILRE_TEMPLATE.Luke Plant
2011-05-11Fixes #15595 -- emphasize the benefits of django.test.TestCase. Thanks for th...Chris Beaven
2011-05-11Fixed #16002 - test failure due to missing `from __future__ import with_state...Luke Plant
2011-05-10Fixed small typo from [16054] in docs/topics/http/urls.txtAdrian Holovaty
2011-05-10Added missing callables to django.utils.translation.__all__ (`override` and `...Jannis Leidel
2011-05-10Fixed #13648 - '%s' escaping support for sqlite3 regression.Luke Plant
2011-05-10Fixes #15963 -- Misleading FileField.save documentation. Thanks for the repor...Chris Beaven
2011-05-10Fixes #15588 -- 1.3 release documentation for FileField no longer deleting fi...Chris Beaven
2011-05-09Updated AJAX example code in CSRF docs to be consistent regarding what are sa...Luke Plant
2011-05-09Fixed #15258 - Ajax CSRF protection doesn't apply to PUT or DELETE requestsLuke Plant
2011-05-09Fixed #14134 - ability to set cookie 'path' and 'secure' attributes of CSRF c...Luke Plant
2011-05-09Added 'settings' section to CSRF docs, eliminating the unneeded 'Subdomains' ...Luke Plant
2011-05-09Clarified wording about use of 2 decorators in CSRF docsLuke Plant
2011-05-09Added clarifying note to docs for CSRF_COOKIE_DOMAINLuke Plant
2011-05-09Fixed #15989 -- typo in static-files howto. Thanks luizvital.Simon Meers
2011-05-09Fixed #15354 - provide method to ensure CSRF token is always available for AJ...Luke Plant
2011-05-09Fixed #15469 - CSRF token is inserted on GET requestsLuke Plant
2011-05-09Mentioned simplification of AJAX example code in CSRF docs.Luke Plant
2011-05-09Documented the edge case of needing a view that is partly CSRF protectedLuke Plant
2011-05-09In CSRF docs, moved 'Exceptions' section to 'Edge cases', and cleaned up some...Luke Plant
2011-05-09Fixed #15518 - documented requires_csrf_tokenLuke Plant
2011-05-09Changed an example in CSRF docs to use new 'render' shortcutLuke Plant
2011-05-09Fixed #15869 - example AJAX code in CSRF docs fails sometimes for IE7 or abso...Luke Plant
2011-05-09Fixes #15778 -- createsuperuser fails on international characters in system u...Chris Beaven
2011-05-07Fixed #15981 -- Use ungettext instead of manually checking for plurals. Thank...Jannis Leidel
2011-05-07Fixed #15709 - Duplicated group_by conditionLuke Plant
2011-05-07Minor renaming for consistency.Jannis Leidel
2011-05-07Fixed #11212 -- Stopped using quoted-printable encoding for mails with non-AS...Jannis Leidel
2011-05-07Fixed #13154 -- Fixed the URL resolver's reverse() to match the behavior of i...Jannis Leidel
2011-05-07Fixed #15496 -- Corrected handling of base64 file upload encoding. Thanks, ge...Jannis Leidel
2011-05-07Fixed #8527 -- Made CAPostalCodeField more forgiving of the input format. Tha...Jannis Leidel
2011-05-07Fixed #15941 -- Fixed DateField docs to no longer state that the admin calend...Jannis Leidel
2011-05-07Added missing reference to custom template tag docs.Jannis Leidel
2011-05-07Fixed #15263 -- Added support for format localization to the now template tag...Jannis Leidel
2011-05-07Fixed #15971 -- Fixed regression introduced in r16144 that prevented the use ...Jannis Leidel
2011-05-07Fixed #15980 - Unknown encoding "utf8" in tests/regressiontests/views/__init_...Luke Plant
2011-05-06Added missing future imports missed in r16167.Jannis Leidel
2011-05-06Fixed #6392 -- Made django.contrib.humanize template tags locale aware. Thank...Jannis Leidel
2011-05-06Make use of new translation and settings context manager in the tests.Jannis Leidel
2011-05-06Added django.utils.translation.override context manager to easily activate an...Jannis Leidel