index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2011-05-10
Fixed small typo from [16054] in docs/topics/http/urls.txt
Adrian Holovaty
2011-05-10
Added missing callables to django.utils.translation.__all__ (`override` and `...
Jannis Leidel
2011-05-10
Fixed #13648 - '%s' escaping support for sqlite3 regression.
Luke Plant
2011-05-10
Fixes #15963 -- Misleading FileField.save documentation. Thanks for the repor...
Chris Beaven
2011-05-10
Fixes #15588 -- 1.3 release documentation for FileField no longer deleting fi...
Chris Beaven
2011-05-09
Updated AJAX example code in CSRF docs to be consistent regarding what are sa...
Luke Plant
2011-05-09
Fixed #15258 - Ajax CSRF protection doesn't apply to PUT or DELETE requests
Luke Plant
2011-05-09
Fixed #14134 - ability to set cookie 'path' and 'secure' attributes of CSRF c...
Luke Plant
2011-05-09
Added 'settings' section to CSRF docs, eliminating the unneeded 'Subdomains' ...
Luke Plant
2011-05-09
Clarified wording about use of 2 decorators in CSRF docs
Luke Plant
2011-05-09
Added clarifying note to docs for CSRF_COOKIE_DOMAIN
Luke Plant
2011-05-09
Fixed #15989 -- typo in static-files howto. Thanks luizvital.
Simon Meers
2011-05-09
Fixed #15354 - provide method to ensure CSRF token is always available for AJ...
Luke Plant
2011-05-09
Fixed #15469 - CSRF token is inserted on GET requests
Luke Plant
2011-05-09
Mentioned simplification of AJAX example code in CSRF docs.
Luke Plant
2011-05-09
Documented the edge case of needing a view that is partly CSRF protected
Luke Plant
2011-05-09
In CSRF docs, moved 'Exceptions' section to 'Edge cases', and cleaned up some...
Luke Plant
2011-05-09
Fixed #15518 - documented requires_csrf_token
Luke Plant
2011-05-09
Changed an example in CSRF docs to use new 'render' shortcut
Luke Plant
2011-05-09
Fixed #15869 - example AJAX code in CSRF docs fails sometimes for IE7 or abso...
Luke Plant
2011-05-09
Fixes #15778 -- createsuperuser fails on international characters in system u...
Chris Beaven
2011-05-07
Fixed #15981 -- Use ungettext instead of manually checking for plurals. Thank...
Jannis Leidel
2011-05-07
Fixed #15709 - Duplicated group_by condition
Luke Plant
2011-05-07
Minor renaming for consistency.
Jannis Leidel
2011-05-07
Fixed #11212 -- Stopped using quoted-printable encoding for mails with non-AS...
Jannis Leidel
2011-05-07
Fixed #13154 -- Fixed the URL resolver's reverse() to match the behavior of i...
Jannis Leidel
2011-05-07
Fixed #15496 -- Corrected handling of base64 file upload encoding. Thanks, ge...
Jannis Leidel
2011-05-07
Fixed #8527 -- Made CAPostalCodeField more forgiving of the input format. Tha...
Jannis Leidel
2011-05-07
Fixed #15941 -- Fixed DateField docs to no longer state that the admin calend...
Jannis Leidel
2011-05-07
Added missing reference to custom template tag docs.
Jannis Leidel
2011-05-07
Fixed #15263 -- Added support for format localization to the now template tag...
Jannis Leidel
2011-05-07
Fixed #15971 -- Fixed regression introduced in r16144 that prevented the use ...
Jannis Leidel
2011-05-07
Fixed #15980 - Unknown encoding "utf8" in tests/regressiontests/views/__init_...
Luke Plant
2011-05-06
Added missing future imports missed in r16167.
Jannis Leidel
2011-05-06
Fixed #6392 -- Made django.contrib.humanize template tags locale aware. Thank...
Jannis Leidel
2011-05-06
Make use of new translation and settings context manager in the tests.
Jannis Leidel
2011-05-06
Added django.utils.translation.override context manager to easily activate an...
Jannis Leidel
2011-05-06
Added TestCase.settings context manager to easily override settings in test m...
Jannis Leidel
2011-05-05
Fixes #15975 -- Test failure in model validation tests due to us now having h...
Chris Beaven
2011-05-05
Fixed #15964 - Do not order admin actions by description
Luke Plant
2011-05-05
Fixed typo in deprecation docs.
Luke Plant
2011-05-05
Fixed #15954 - New IGNORABLE_404_URLS setting that allows more powerful filte...
Luke Plant
2011-05-05
Fixed #15823 - incorrect join condition when combining Q objects
Luke Plant
2011-05-05
Fixed #15795 - `__repr__` for RegexURLPattern not unicode safe
Luke Plant
2011-05-05
Fixed #15811 - lazy() doesn't take into account methods defined in parents
Luke Plant
2011-05-04
Fixed #15827 - Documented that OneToOneField in Profile should be named 'user...
Timo Graham
2011-05-04
Tiny grammar fix in createsuperuser command.
Chris Beaven
2011-05-04
Removed empty directory forgotten in r16144.
Jannis Leidel
2011-05-04
Fixed #15960 -- Extended list filer API added in r16144 slightly to pass the ...
Jannis Leidel
2011-05-04
Fixed up bad return value introduced in [16120].
Luke Plant
[prev]
[next]