Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/utils
Commit message (Expand)AuthorAgeFilesLines
* Fixed #25668 -- Misc spelling errorsVille Skyttä2015-11-032-3/+3
* Fixed #25611 -- Standardized descriptor signatures.Tim Graham2015-10-262-5/+5
* Fixed #25571 -- Fixed boolean evaluation of ungettext_lazyClaude Paroz2015-10-221-0/+6
* Removed SimpleLazyObject workaround for a Python 3 bug.Tim Graham2015-10-051-5/+1
* Removed obsolete (since Python 2.3) __safe_for_unpickling...Tim Graham2015-10-051-1/+0
* Fixed #25389 -- Fixed pickling a SimpleLazyObject wrappin...Ben Kraft2015-10-031-25/+31
* Fixed #25466 -- Added backwards compatibility aliases for...Tim Graham2015-09-301-1/+11
* Removed RemovedInDjango110Warning.Tim Graham2015-09-241-5/+1
* Refs #23613 -- Removed django.utils.checksums per depreca...Tim Graham2015-09-241-34/+0
* Refs #23269 -- Removed the removetags template tag and re...Tim Graham2015-09-241-29/+0
* Refs #24526 -- Made the django logger handle INFO messages.Tim Graham2015-09-231-0/+1
* Fixed #25439 -- Added `SUCCESS` style to termcolor palettesMatt Deacalion Stevens2015-09-231-0/+3
* Refs #13110 -- Fixed mistakes in the new multiple enclosu...Unai Zalakain2015-09-191-1/+1
* Fixed #25269 -- Allowed method_decorator() to accept a li...fabrizio ettore messina2015-09-191-4/+18
* Fixed #13110 -- Added support for multiple enclosures in ...Unai Zalakain2015-09-191-15/+37
* Fixed #24496 -- Added CSRF Referer checking against CSRF_...Matt Robenolt2015-09-161-8/+14
* Fixed #24917 -- Made admindocs display model methods that...Zan Anderle2015-09-071-1/+52
* Fixed #25297 -- Allowed makemessages to work with {% tran...Alexandre Pocquet2015-09-041-1/+8
* Refs #25345 -- Updated links to code.google.com.Maxime Lorant2015-09-041-1/+1
* Fixed #25331 -- Removed trailing blank lines in docstrings.Maxime Lorant2015-08-316-9/+0
* Made the autoreloader survive all exceptions.Aymeric Augustin2015-08-291-2/+1
* Fixed #24704 -- Made the autoreloader survive SyntaxErrors.Aymeric Augustin2015-08-291-1/+12
* Ensured gen_filenames() yields native strings.Aymeric Augustin2015-08-291-1/+2
* Accounted for error files in the autoreloader.Aymeric Augustin2015-08-291-2/+2
* Fixed #25295 -- Restored 'no active translation' after la...Claude Paroz2015-08-251-1/+3
* Fixed #24935 -- Refactored common conditional GET handling.Denis Cornehl2015-08-151-5/+101
* Fixed #24257 -- Corrected i18n handling of percent signs.Doug Beck2015-08-121-3/+2
* Updated Wikipedia links to use httpsClaude Paroz2015-08-081-1/+1
* Fixed #25146 -- Allowed method_decorator() to decorate cl...Rigel Di Scala2015-08-011-4/+29
* Fixed #16501 -- Added an allow_unicode parameter to SlugF...Edward Henderson2015-07-171-4/+8
* Fixed #25099 -- Cleaned up HttpRequest representations in...Vlastimil Zíma2015-07-141-6/+9
* Fixed #25093 -- Added utils.datastructures.OrderedSet.__l...darkryder2015-07-101-0/+3
* Refs #23882 -- Added detection for moved files when using...Chris Bainbridge2015-07-071-1/+3
* Sorted imports in __init__.py files.Tim Graham2015-06-271-2/+3
* Renamed RemovedInDjangoXYWarnings for new roadmap.Tim Graham2015-06-244-12/+12
* Fixed #25000 -- Fixed cast to string for lazy objects.Marten Kenbeek2015-06-231-0/+5
* Fixed #20197 -- Made XML serializer fail loudly when outp...Claude Paroz2015-06-191-0/+12
* Removed support for Python 3.3.Tim Graham2015-06-184-31/+14
* Fixed #24979 -- Removed usage of inspect.getargspec().Tim Graham2015-06-152-0/+82
* Removed django.utils.functional.total_ordering()Tim Graham2015-06-151-35/+1
* Fixed flake8 warnings on Python 3.Tim Graham2015-06-152-2/+2
* Fixed #24978 -- Escaped special characters in loaddata fi...Moritz Sichert2015-06-141-0/+36
* Fixed #24965 -- Made LiveServerTestCase.live_server_url a...Moritz Sichert2015-06-121-0/+12
* Fixed ImportError message in utils.module_loading.import_...Tomasz Kontusz2015-06-061-1/+1
* Fixed #24927 -- Used python_2_unicode_compatible from sixMatthew Somerville2015-06-051-16/+2
* Fixed #19210 -- Added leap year support to django.utils.t...Raphael Michel2015-06-051-0/+5
* Fixed #24728 -- Renamed mime_type to content_type for syn...Raphael Michel2015-06-041-2/+22
* Fixed #24230 -- Added translated language name for i18n t...Tomáš Ehrlich2015-06-021-3/+8
* Fixed #24897 -- Allowed using choices longer than 1 day w...zauddelig2015-06-021-1/+1
* Fixed #24836 -- Made force_text() resolve lazy objects.Tim Graham2015-05-271-2/+2