Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/utils_tests
Commit message (Expand)AuthorAgeFilesLines
* Fixed #25389 -- Fixed pickling a SimpleLazyObject wrappin...Ben Kraft2015-10-032-0/+96
* Refs #23613 -- Removed django.utils.checksums per depreca...Tim Graham2015-09-241-33/+0
* Refs #23269 -- Removed the removetags template tag and re...Tim Graham2015-09-241-31/+1
* Fixed #24496 -- Added CSRF Referer checking against CSRF_...Matt Robenolt2015-09-161-25/+19
* Fixed #23395 -- Limited line lengths to 119 characters.Dražen Odobašić2015-09-126-23/+62
* Fixed #24917 -- Made admindocs display model methods that...Zan Anderle2015-09-071-0/+35
* Made the autoreloader survive all exceptions.Aymeric Augustin2015-08-291-0/+16
* Ensured gen_filenames() yields native strings.Aymeric Augustin2015-08-291-0/+4
* Refactored autoreload tests.Aymeric Augustin2015-08-291-43/+70
* Accounted for error files in the autoreloader.Aymeric Augustin2015-08-291-0/+40
* Fixed #21127 -- Started deprecation toward requiring on_d...Flavio Curella2015-07-281-1/+1
* Fixed #16501 -- Added an allow_unicode parameter to SlugF...Edward Henderson2015-07-171-4/+9
* Fixed #25093 -- Added utils.datastructures.OrderedSet.__l...darkryder2015-07-101-0/+8
* Renamed RemovedInDjangoXYWarnings for new roadmap.Tim Graham2015-06-242-5/+5
* Fixed #25000 -- Fixed cast to string for lazy objects.Marten Kenbeek2015-06-231-0/+24
* Fixed #24978 -- Escaped special characters in loaddata fi...Moritz Sichert2015-06-141-0/+15
* Fixed #24965 -- Made LiveServerTestCase.live_server_url a...Moritz Sichert2015-06-121-1/+39
* Fixed ImportError message in utils.module_loading.import_...Tomasz Kontusz2015-06-061-1/+3
* Fixed #19210 -- Added leap year support to django.utils.t...Raphael Michel2015-06-051-0/+4
* Fixed #24728 -- Renamed mime_type to content_type for syn...Raphael Michel2015-06-041-2/+2
* Fixed #24897 -- Allowed using choices longer than 1 day w...zauddelig2015-06-021-0/+14
* Fixed #24836 -- Made force_text() resolve lazy objects.Tim Graham2015-05-271-0/+5
* Refs #24652 -- Used SimpleTestCase where appropriate.Simon Charette2015-05-205-12/+12
* Factored skip condition when pytz isn't installed.Aymeric Augustin2015-05-171-4/+6
* Removed redundant list() calls.Tim Graham2015-05-161-3/+3
* Fixed #22598 -- Allowed make_aware() to work with ambiguo...Josh Smeaton2015-04-241-0/+34
* Fixed #24469 -- Refined escaping of Django's form element...Moritz Sichert2015-03-281-4/+67
* Made is_safe_url() reject URLs that start with control ch...Tim Graham2015-03-191-1/+3
* Fixed an infinite loop possibility in strip_tags().Tim Graham2015-03-191-0/+3
* Fixed #24382 -- Allowed unicode chars inside formatted nu...Claude Paroz2015-03-091-0/+15
* Fixed #23838 -- added missing `__iter__` to LazyObjectRik2015-03-081-5/+16
* Normalized usage of the tempfile module.Aymeric Augustin2015-02-231-9/+10
* Refs #24324 -- Fixed Python 2 test failures when path to ...Tim Graham2015-02-181-8/+9
* Fixed #24321 -- Improved `utils.http.same_origin` complia...Lukas Klein2015-02-121-0/+6
* Fixed #24181 -- Fixed multi-char THOUSAND_SEPARATOR inser...Varun Sharma2015-02-081-0/+3
* Sorted imports with isort; refs #23860.Tim Graham2015-02-0620-40/+52
* Fixed #24242 -- Improved efficiency of utils.text.compres...Matthew Somerville2015-02-041-0/+11
* Fixed #24149 -- Normalized tuple settings to lists.darkryder2015-02-031-1/+1
* Cleaned up some forms tests.Loic Bistuer2015-01-271-8/+36
* Removed utils.module_loading.import_by_path() per depreca...Tim Graham2015-01-181-38/+2
* Removed utils.text.javascript_quote() per deprecation tim...Tim Graham2015-01-171-33/+1
* Removed django.utils.tzinfo per deprecation timeline; ref...Tim Graham2015-01-171-92/+0
* Removed django.utils.datastructures.SortedDict per deprec...Tim Graham2015-01-171-129/+2
* Removed django.utils.datastructures.MergeDict per depreca...Tim Graham2015-01-171-72/+1
* Fixed is_safe_url() to handle leading whitespace.Tim Graham2015-01-131-1/+2
* Accounted for multiple template engines in template respo...Aymeric Augustin2015-01-121-5/+5
* Applied ignore_warnings to Django testsClaude Paroz2014-12-306-38/+33
* Fixed #23831 -- Supported strings escaped by third-party ...Aymeric Augustin2014-12-271-4/+29
* Fixed an inconsistency introduced in 547b1810.Aymeric Augustin2014-12-271-0/+18
* Fixed #23346 -- Fixed lazy() to lookup methods on the rea...Gavin Wahl2014-12-261-0/+14