index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
utils_tests
Age
Commit message (
Expand
)
Author
2016-03-04
[1.9.x] Added safety to URL decoding in is_safe_url() on Python 2
Claude Paroz
2016-03-04
[1.9.x] Fixed #26308 -- Prevented crash with binary URLs in is_safe_url()
Claude Paroz
2016-03-01
[1.9.x] Fixed CVE-2016-2512 -- Prevented spoofing is_safe_url() with basic auth.
Mark Striemer
2016-01-26
[1.9.x] Fixed #26122 -- Fixed copying a LazyObject
Ben Kraft
2016-01-05
[1.9.x] Skipped a dateformat test on Windows as needed.
Tim Graham
2016-01-05
[1.9.x] Fixed #26024 -- Fixed regression in ConditionalGetMiddleware ETag sup...
Denis Cornehl
2015-12-03
[1.9.x] Fixed many spelling mistakes in code, comments, and docs.
Josh Soref
2015-11-09
[1.9.x] Fixed debug view crash during autumn DST change.
Aymeric Augustin
2015-10-03
[1.9.x] Fixed #25389 -- Fixed pickling a SimpleLazyObject wrapping a model.
Ben Kraft
2015-09-16
Fixed #24496 -- Added CSRF Referer checking against CSRF_COOKIE_DOMAIN.
Matt Robenolt
2015-09-12
Fixed #23395 -- Limited line lengths to 119 characters.
Dražen Odobašić
2015-09-07
Fixed #24917 -- Made admindocs display model methods that take arguments.
Zan Anderle
2015-08-29
Made the autoreloader survive all exceptions.
Aymeric Augustin
2015-08-29
Ensured gen_filenames() yields native strings.
Aymeric Augustin
2015-08-29
Refactored autoreload tests.
Aymeric Augustin
2015-08-29
Accounted for error files in the autoreloader.
Aymeric Augustin
2015-07-27
Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...
Flavio Curella
2015-07-17
Fixed #16501 -- Added an allow_unicode parameter to SlugField.
Edward Henderson
2015-07-09
Fixed #25093 -- Added utils.datastructures.OrderedSet.__len__()
darkryder
2015-06-24
Renamed RemovedInDjangoXYWarnings for new roadmap.
Tim Graham
2015-06-23
Fixed #25000 -- Fixed cast to string for lazy objects.
Marten Kenbeek
2015-06-13
Fixed #24978 -- Escaped special characters in loaddata fixture paths
Moritz Sichert
2015-06-12
Fixed #24965 -- Made LiveServerTestCase.live_server_url accessible from class
Moritz Sichert
2015-06-06
Fixed ImportError message in utils.module_loading.import_string()
Tomasz Kontusz
2015-06-04
Fixed #19210 -- Added leap year support to django.utils.timesince()
Raphael Michel
2015-06-04
Fixed #24728 -- Renamed mime_type to content_type for syndication feeds
Raphael Michel
2015-06-02
Fixed #24897 -- Allowed using choices longer than 1 day with DurationField
zauddelig
2015-05-27
Fixed #24836 -- Made force_text() resolve lazy objects.
Tim Graham
2015-05-20
Refs #24652 -- Used SimpleTestCase where appropriate.
Simon Charette
2015-05-17
Factored skip condition when pytz isn't installed.
Aymeric Augustin
2015-05-16
Removed redundant list() calls.
Tim Graham
2015-04-24
Fixed #22598 -- Allowed make_aware() to work with ambiguous datetime
Josh Smeaton
2015-03-27
Fixed #24469 -- Refined escaping of Django's form elements in non-Django temp...
Moritz Sichert
2015-03-18
Made is_safe_url() reject URLs that start with control characters.
Tim Graham
2015-03-18
Fixed an infinite loop possibility in strip_tags().
Tim Graham
2015-03-09
Fixed #24382 -- Allowed unicode chars inside formatted numbers
Claude Paroz
2015-03-08
Fixed #23838 -- added missing `__iter__` to LazyObject
Rik
2015-02-23
Normalized usage of the tempfile module.
Aymeric Augustin
2015-02-17
Refs #24324 -- Fixed Python 2 test failures when path to Django source contai...
Tim Graham
2015-02-12
Fixed #24321 -- Improved `utils.http.same_origin` compliance with RFC6454
Lukas Klein
2015-02-08
Fixed #24181 -- Fixed multi-char THOUSAND_SEPARATOR insertion
Varun Sharma
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2015-02-04
Fixed #24242 -- Improved efficiency of utils.text.compress_sequence()
Matthew Somerville
2015-02-03
Fixed #24149 -- Normalized tuple settings to lists.
darkryder
2015-01-27
Cleaned up some forms tests.
Loic Bistuer
2015-01-18
Removed utils.module_loading.import_by_path() per deprecation timeline; refs ...
Tim Graham
2015-01-17
Removed utils.text.javascript_quote() per deprecation timeline; refs #21725.
Tim Graham
2015-01-17
Removed django.utils.tzinfo per deprecation timeline; refs #17262.
Tim Graham
2015-01-17
Removed django.utils.datastructures.SortedDict per deprecation timeline.
Tim Graham
2015-01-17
Removed django.utils.datastructures.MergeDict per deprecation timeline; refs ...
Tim Graham
[next]