summaryrefslogtreecommitdiff
path: root/tests/utils_tests
Commit message (Expand)AuthorAgeFilesLines
* Fixed #24242 -- Improved efficiency of utils.text.compress_sequence()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 deprecation timeline; refs ...Tim Graham2015-01-181-38/+2
* Removed utils.text.javascript_quote() per deprecation timeline; refs #21725.Tim Graham2015-01-171-33/+1
* Removed django.utils.tzinfo per deprecation timeline; refs #17262.Tim Graham2015-01-171-92/+0
* Removed django.utils.datastructures.SortedDict per deprecation timeline.Tim Graham2015-01-171-129/+2
* Removed django.utils.datastructures.MergeDict per deprecation timeline; refs ...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 responses.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 libs in Django.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 real object, not result...Gavin Wahl2014-12-261-0/+14
* Fixed #23998 -- Added datetime.time support to migrations questioner.Oscar Ramirez2014-12-221-2/+7
* Fixed #2443 -- Added DurationField.Marc Tamlyn2014-12-202-2/+85
* Fixed #23812 -- Changed django.utils.six.moves.xrange imports to rangeMichael Hall2014-12-131-2/+2
* Refs #23947 -- Worked around a bug in Python that prevents deprecation warnin...Diego GuimarĂ£es2014-12-061-0/+2
* Removed redundant numbered parameters from str.format().Berker Peksag2014-12-033-5/+5
* Fixed #23935 -- Converted decimals to fixed point in utils.numberformat.formatEric Rouleau2014-12-031-1/+12
* Raised SuspiciousFileOperation in safe_join.Aymeric Augustin2014-11-111-0/+5
* Fixed #21281 -- Made override_settings act at class level when used as a Test...Thomas Chaumeny2014-11-031-0/+2
* Fixed #23620 -- Used more specific assertions in the Django test suite.Berker Peksag2014-11-034-10/+10
* Fixed #18456 -- Added path escaping to HttpRequest.get_full_path().Unai Zalakain2014-11-031-2/+12
* Fixed #23670 -- Prevented partial import state during module autodiscoveryMarkus Holtermann2014-10-312-0/+30
* Fixed #23688 -- Updated cached_property to preserve docstring of original fun...John-Scott Atlakson2014-10-201-0/+4
* Fixed #20221 -- Allowed some functions that use mark_safe() to result in Safe...Jon Dufresne2014-10-201-0/+15
* Fixed #23664 -- Provided a consistent definition for OrderedSet.__bool__Thomas Chaumeny2014-10-161-1/+11
* Fixed #19508 -- Implemented uri_to_iri as per RFC.Anubhav Joshi2014-10-161-17/+55
* Fixed remaining test failure in jslex tests.Florian Apolloner2014-10-151-2/+2
* Added unicode_literals to the jslexer.Florian Apolloner2014-10-151-1/+2
* Fixed #23613 -- Deprecated django.utils.checksumsJaap Roes2014-10-101-1/+8
* Replaced set([foo, ...]) by {foo, ...} literals. Refs PR 3282.Thomas Chaumeny2014-09-291-1/+1
* Consolidated some text utils into the utils_tests test package.Loic Bistuer2014-09-233-2/+95
* Fixed urlize after smart_urlquote rewriteClaude Paroz2014-09-091-0/+1
* Fixed #22267 -- Fixed unquote/quote in smart_urlquoteClaude Paroz2014-09-091-1/+5
* Fixed #23388 -- Made django.utils.timezone.override usable as a decoratorThomas Chaumeny2014-08-311-0/+30
* Fixed #23333 -- Made urlsafe_base64_decode() return proper type on Python 3.Ian Foote2014-08-221-0/+6
* Fixed #23269 -- Deprecated django.utils.remove_tags() and removetags filter.Tim Graham2014-08-151-3/+10
* Fixed test failure on Windows.Tim Graham2014-07-301-1/+2
* Fixed bad usage of rstrip() that caused test failure.Tim Graham2014-07-251-1/+1
* Fixed #23083 -- Fixed runserver reloading when deleting a file.Tim Graham2014-07-251-0/+13
* Fixed #22991 -- Prevented *.pyc files in autoreload monitoringClaude Paroz2014-07-151-0/+1
* Fixed #22789 -- Deprecated django.contrib.webdesign.Tim Graham2014-07-141-0/+16
* Fixed flake8 errors.Tim Graham2014-07-071-2/+2
* Fixed #22909 -- Removed camelCasing in some tests.Tim Graham2014-07-071-5/+5
* Fixed pyinotify performance regression in 15f82c7011Claude Paroz2014-07-061-0/+17
* Fixed #22691 -- Added aliasing to cached_property.Curtis2014-07-011-0/+9
* Fixed #22814 -- Allowed ISO-8601 [+-]hh timezone format in parse_datetimeRichard Eames2014-06-121-0/+4
* Fixed #22681 -- Made TarArchive recognize leading directories properly.Alexandr Shurigin2014-06-035-0/+5