Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/utils
Commit message (Expand)AuthorAgeFilesLines
...
* Removed django.utils.datastructures.MergeDict per depreca...Tim Graham2015-01-171-115/+0
* Removed django.utils.functional.memoize per deprecation t...Tim Graham2015-01-171-25/+0
* Removed django.utils.unittest per deprecation timeline.Tim Graham2015-01-171-13/+0
* Removed django.utils.importlib per deprecation timeline.Tim Graham2015-01-171-47/+0
* Removed django.utils.dictconfig per deprecation timeline.Tim Graham2015-01-171-569/+0
* Fixed is_safe_url() to handle leading whitespace.Tim Graham2015-01-131-0/+1
* Fixed #24073 -- Returned None for get_language when trans...Claude Paroz2015-01-081-0/+3
* Updated six to 1.9.0.Tim Graham2015-01-021-25/+83
* Cleaned up the django.template namespace.Aymeric Augustin2014-12-281-2/+2
* Fixed #23831 -- Supported strings escaped by third-party ...Aymeric Augustin2014-12-272-4/+11
* Fixed an inconsistency introduced in 547b1810.Aymeric Augustin2014-12-271-1/+1
* Fixed #23346 -- Fixed lazy() to lookup methods on the rea...Gavin Wahl2014-12-261-23/+13
* Fixed #24045 -- Removed useless mark_safe() call in trans...Tim Graham2014-12-261-3/+0
* Fixed #23866 -- Harmonized refs to Django documentation f...Claude Paroz2014-12-252-2/+12
* Fixed #20349 -- Moved setting_changed signal to django.co...Collin Anderson2014-12-241-1/+1
* Fixed #23998 -- Added datetime.time support to migrations...Oscar Ramirez2014-12-221-4/+8
* Fixed #2443 -- Added DurationField.Marc Tamlyn2014-12-202-0/+62
* Fixed #23812 -- Changed django.utils.six.moves.xrange imp...Michael Hall2014-12-132-4/+4
* Fixed #23968 -- Replaced list comprehension with generato...Jon Dufresne2014-12-087-18/+18
* Removed redundant numbered parameters from str.format().Berker Peksag2014-12-032-2/+2
* Fixed #23935 -- Converted decimals to fixed point in util...Eric Rouleau2014-12-031-1/+6
* Fixed typo in django/utils/decorators.py comment.Tom V2014-11-241-1/+1
* Simplified caching of supported languages.Aymeric Augustin2014-11-191-16/+15
* Simplified caching of get_default_timezone().Aymeric Augustin2014-11-191-12/+9
* Fixed #22407 -- Added AdminEmailHandler.send_mail().Berker Peksag2014-11-151-3/+4
* Removed thread customizations of six which are now built-in.Tim Graham2014-11-131-4/+0
* Raised SuspiciousFileOperation in safe_join.Aymeric Augustin2014-11-111-2/+4
* Added a dummy class for HTMLParserError; refs #23763.Tim Graham2014-11-051-1/+6
* Updated six to 1.8.0.Tim Graham2014-11-051-72/+174
* Fixed #18456 -- Added path escaping to HttpRequest.get_fu...Unai Zalakain2014-11-031-0/+17
* Fixed #23715 -- Prevented urlize from treating a trailing...Markus Holtermann2014-10-311-1/+1
* Fixed #23670 -- Prevented partial import state during mod...Markus Holtermann2014-10-311-18/+18
* Fixed #23558 -- documented slugify limitationsDavid Hoffman2014-10-301-3/+3
* Fixed #23688 -- Updated cached_property to preserve docst...John-Scott Atlakson2014-10-201-0/+1
* Fixed #20221 -- Allowed some functions that use mark_safe...Jon Dufresne2014-10-202-5/+6
* Fixed #23668 -- Changed make_aware() and make_naive() to ...Jon Dufresne2014-10-201-2/+6
* Fixed #23664 -- Provided a consistent definition for Orde...Thomas Chaumeny2014-10-161-1/+4
* Fixed #19508 -- Implemented uri_to_iri as per RFC.Anubhav Joshi2014-10-151-2/+39
* Added unicode_literals to the jslexer.Florian Apolloner2014-10-151-0/+1
* Fixed #23613 -- Deprecated django.utils.checksumsJaap Roes2014-10-101-0/+9
* Fixed #23593 -- Fixed crash in AdminEmailHandler with non...Tim Graham2014-10-061-1/+4
* Fixed #23569 -- Allowed using configs besides dictConfig ...Seth Hill2014-09-301-1/+1
* Replaced set([foo, ...]) by {foo, ...} literals. Refs PR ...Thomas Chaumeny2014-09-281-2/+2
* Fixed #23196 -- Short-circuited empty string translationYuri Kriachko2014-09-211-6/+11
* Avoided using deprecated version of importlib; refs #23418.Tim Graham2014-09-101-0/+1
* Fixed flake8 warnings.Tim Graham2014-09-101-3/+3
* Fixed urlize after smart_urlquote rewriteClaude Paroz2014-09-091-4/+27
* Fixed #22267 -- Fixed unquote/quote in smart_urlquoteClaude Paroz2014-09-091-14/+27
* Fixed #23399 -- Optimized django.utils.http.int_to_bas36()Tim Graham2014-09-091-16/+8
* Fixed flake8 warning.Tim Graham2014-09-081-0/+1