Commit History

Author SHA1 Message Date
  Simon Charette 4926c0afe3 Documented translation.override as a decorator. 10 years ago
  areski 9d6551204e Removed unnecessary code-block directives. 10 years ago
  Tim Graham e122facbd8 Fixed #23269 -- Deprecated django.utils.remove_tags() and removetags filter. 10 years ago
  Tim Graham 7efce77de2 Added a warning that remove_tags() output shouldn't be considered safe. 10 years ago
  Corey Farwell e7827b9494 Alphabetized django.utils sections. 10 years ago
  Curtis 71461b14ab Fixed #22691 -- Added aliasing to cached_property. 10 years ago
  Tim Graham c501662f3c Fixed #22618 -- Improved import_string example. 10 years ago
  Claude Paroz 680a0f08b1 Updated doc links to point to Python 3 documentation 10 years ago
  Marti Raudsepp 11d453bcad Various documentation typo/spelling fixes 10 years ago
  Tim Graham 51c8045145 Removed versionadded/changed annotations for 1.6. 11 years ago
  Claude Paroz 3a97f992fb Fixed #22313 -- Removed 'u' prefixes from documentation 11 years ago
  Claude Paroz 6ca6c36f82 Improved strip_tags and clarified documentation 11 years ago
  Tim Graham eae4f16177 Removed doc newlines added in previous commit that caused build errors. 11 years ago
  Rodolfo Carvalho 2b6436e2d5 Fixed some typos and formatting issues in docs. 11 years ago
  Tim Graham 1f5f015c32 Fixed spelling mistakes in docs. 11 years ago
  Erik Romijn 8cd32f0965 Fixed #22120 -- Documented persistent activation of languages and cleaned up language session key use 11 years ago
  Berker Peksag 5d263dee30 Fixed #21674 -- Deprecated the import_by_path() function in favor of import_string(). 11 years ago
  glts 413307fe35 Added missing parameter in npgettext_lazy docs 11 years ago
  Tim Graham 1edef50880 Fixed #21316 -- Documented that modifying safe strings makes them unsafe. 11 years ago
  Alex Gaynor 6b560b50b9 Mark this as a python code-block 11 years ago
  evildmp dc8f95b639 Fixed #20877 -- added a performance optimization guide 11 years ago
  Aymeric Augustin ec2778b445 Fixed #17262 -- Refactored tzinfo implementations. 11 years ago
  Tim Graham 7b69c3e775 Removed versionadded/changed annotations for 1.5 11 years ago
  Daniele Procida 7e6af9d40c Added more on @cached_property, refs #20870 11 years ago
  Daniele Procida 7a2296eb5b Fixed #20870 -- Documented django.utils.functional.cached_property 11 years ago
  Curtis Maloney 07876cf02b Deprecated SortedDict (replaced with collections.OrderedDict) 11 years ago
  Matt Deacalion Stevens a269ea4fe0 Fixed #14656 -- Added Atom1Feed `published` element 11 years ago
  Matt Deacalion Stevens beefc97171 Atom specification URL updated 11 years ago
  Claude Paroz 7442eb1a24 Fixed #20224 -- Update docs examples which mention __unicode__ 11 years ago
  Claude Paroz 6118d6d1c9 More import removals 11 years ago