Iacopo Spalletti
|
d693074d43
Fixed #20223 -- Added keep_lazy() as a replacement for allow_lazy().
|
9 years ago |
Jon Dufresne
|
7aabd62380
Fixed #25778 -- Updated docs links to use https when available.
|
9 years ago |
Claude Paroz
|
9a6fc9606c
Added some function links in translation docs
|
9 years ago |
Tim Graham
|
54848a96dd
Removed versionadded/changed annotations for 1.8.
|
9 years ago |
Tim Graham
|
222d063301
Refs #23269 -- Removed the removetags template tag and related functions per deprecation timeline.
|
9 years ago |
fabrizio ettore messina
|
186eb21dc1
Fixed #25269 -- Allowed method_decorator() to accept a list/tuple of decorators.
|
9 years ago |
Unai Zalakain
|
aac2a2d2ae
Fixed #13110 -- Added support for multiple enclosures in Atom feeds.
|
9 years ago |
Anton Strogonoff
|
20787b5c29
Used consistent capitalization and hyphenation of "class-based views" in docs.
|
9 years ago |
Rigel Di Scala
|
3bdaaf6777
Fixed #25146 -- Allowed method_decorator() to decorate classes.
|
9 years ago |
Tim Graham
|
87d55081ea
Fixed #25159 -- Removed brackets from class/function/method signatures in docs.
|
9 years ago |
Edward Henderson
|
f8cc464452
Fixed #16501 -- Added an allow_unicode parameter to SlugField.
|
10 years ago |
Markus Bertheau
|
4a438e400b
Fixed #13008 -- Added more Cache-Control headers to never_cache() decorator.
|
9 years ago |
Josh Smeaton
|
143255c8bb
Fixed #22598 -- Allowed make_aware() to work with ambiguous datetime
|
10 years ago |
Moritz Sichert
|
1f2abf784a
Fixed #24469 -- Refined escaping of Django's form elements in non-Django templates.
|
10 years ago |
Tim Graham
|
c79faae761
Removed versionadded/changed notes for 1.7.
|
10 years ago |
Tim Graham
|
d029fafea1
Removed utils.module_loading.import_by_path() per deprecation timeline; refs #21674.
|
10 years ago |
Tim Graham
|
1b0365ad34
Removed django.utils.tzinfo per deprecation timeline; refs #17262.
|
10 years ago |
Tim Graham
|
25264d4e2a
Documented django.utils.timezone.FixedOffset; thanks Aymeric.
|
10 years ago |
Tim Graham
|
c820892eed
Removed django.utils.datastructures.SortedDict per deprecation timeline.
|
10 years ago |
Luke Plant
|
4832c004e8
Direct readers to format_html() in mark_safe() docs.
|
10 years ago |
Claude Paroz
|
543df07720
Fixed #24073 -- Returned None for get_language when translations are deactivated
|
10 years ago |
Marc Tamlyn
|
57554442fe
Fixed #2443 -- Added DurationField.
|
10 years ago |
Claude Paroz
|
0a4b04fc23
Used https for most *.python.org links
|
10 years ago |
Berker Peksag
|
560b4207b1
Removed redundant numbered parameters from str.format().
|
10 years ago |
Unai Zalakain
|
c548c8d0d1
Fixed #18456 -- Added path escaping to HttpRequest.get_full_path().
|
10 years ago |
David Hoffman
|
03467368db
Fixed #23558 -- documented slugify limitations
|
10 years ago |
Jon Dufresne
|
59026bfbf9
Fixed #23668 -- Changed make_aware() and make_naive() to use the current timezone by default
|
10 years ago |
wrwrwr
|
62a53bdf11
Fixed a typo in urlencode documentation.
|
10 years ago |
Anubhav Joshi
|
10b17a22be
Fixed #19508 -- Implemented uri_to_iri as per RFC.
|
10 years ago |
Thomas Chaumeny
|
032c091659
Fixed #23388 -- Made django.utils.timezone.override usable as a decorator
|
10 years ago |