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
Age
Commit message (
Expand
)
Author
2016-05-02
[1.9.x] Fixed #26341 (again) -- Addressed multiple occurrences per line use case
Claude Paroz
2016-04-30
[1.9.x] Fixed #26341 -- Fixed makemessages breaking location comments for HTM...
Claude Paroz
2016-04-29
[1.9.x] Added tests for if tag's != operator.
Alasdair Nicol
2016-04-29
[1.9.x] Fixed #26557 -- Converted empty strings to None when saving GenericIP...
Joshua Phillips
2016-04-29
[1.9.x] Refs #26428 -- Added support for relative path redirects to the test ...
Tim Graham
2016-04-28
[1.9.x] Fixed #26554 -- Updated docs URLs to readthedocs.io
Tim Graham
2016-04-24
[1.9.x] Fixed #26536 -- Preserved leading dashes of the cached template loade...
Simon Charette
2016-04-20
[1.9.x] Fixed #26520 -- Fixed a regression where SessionBase.pop() didn't ret...
Tobias Kroenke
2016-04-20
[1.9.x] Refs #24621 -- Added a test for SessionBase.pop()'s 'default' argument.
Nicolas Noé
2016-04-19
[1.9.x] Fixed #26475 -- Added functools.partial() support to migrations autod...
Matthew Schinckel
2016-04-18
[1.9.x] Fixed #26498 -- Fixed TimeField microseconds round-tripping on MySQL ...
Lukasz Wiecek
2016-04-02
[1.9.x] Fixed #26428 -- Added support for relative path redirects in assertRe...
Tim Graham
2016-04-02
[1.9.x] Refs #26384, #24995 -- Avoided a module-level MySQL query in the sche...
Michal Petrucha
2016-04-02
[1.9.x] Made MakeMigrationsTests call proper parent method
Attila Tovt
2016-04-01
[1.9.x] Refs #25532 -- Removed a failing test on Django 1.9
Claude Paroz
2016-04-01
[1.9.x] Fixed #25532 -- Properly redisplayed JSONField form input values
Claude Paroz
2016-03-31
[1.9.x] Refs #26384, #24995 -- Skipped a schema test on older MySQL versions.
Tim Graham
2016-03-29
[1.9.x] Fixed #26384 -- Fixed renaming the PK on a model with a self-referent...
Alex Hill
2016-03-28
[1.9.x] Fixed #26413 -- Fixed a regression with abstract model inheritance an...
Simon Charette
2016-03-28
[1.9.x] Sorted single letter imports per the latest version of isort.
Tim Graham
2016-03-25
[1.9.x] Fixed #26387 -- Restored the functionality of the admin's raw_id_fiel...
Tim Graham
2016-03-23
[1.9.x] Fixed #26293 -- Fixed CommonMiddleware to process PREPEND_WWW and APP...
ieatkittens
2016-03-19
[1.9.x] Fixed #26373 -- Fixed reverse lookup crash with a ForeignKey to_field...
Jason Parrott
2016-03-17
[1.9.x] Fixed #26297 -- Fixed `collectstatic --clear` crash if storage doesn'...
Berker Peksag
2016-03-16
[1.9.x] Fixed #26306 -- Fixed memory leak in cached template loader.
Alex Hill
2016-03-14
[1.9.x] Fixed #26334 -- Removed whitespace stripping from contrib.auth passwo...
Vincenzo Pandolfo
2016-03-14
[1.9.x] Removed unnecessary filter kwarg from .get() in a test.
Adam Alton
2016-03-14
[1.9.x] Fixed test_dumpdata_progressbar to use the instantiated StringIO object.
Jon Dufresne
2016-03-11
[1.9.x] Removed unneeded GeoManagers in tests.
Tim Graham
2016-03-10
[1.9.x] Fixed #26324 -- Fixed DurationField with fractional seconds on SQLite.
Tim Graham
2016-03-08
[1.9.x] Fixed #26332 -- Fixed a race condition in BaseCache.get_or_set().
Przemysław Suliga
2016-03-07
[1.9.x] Fixed #26325 -- Made MultiPartParser ignore filenames that normalize ...
John-Mark Bell
2016-03-07
[1.9.x] Fixed #26331 -- Fixed test function names with typos
George Marshall
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 #26303 -- Updated links to mod_wsgi docs.
Alasdair Nicol
2016-03-01
[1.9.x] Fixed CVE-2016-2513 -- Fixed user enumeration timing attack during lo...
Florian Apolloner
2016-03-01
[1.9.x] Fixed CVE-2016-2512 -- Prevented spoofing is_safe_url() with basic auth.
Mark Striemer
2016-02-29
[1.9.x] Fixed #26186 -- Documented how app relative relationships of abstract...
Simon Charette
2016-02-26
[1.9.x] Fixed #26286 -- Prevented content type managers from sharing their ca...
Simon Charette
2016-02-26
[1.9.x] Fixed #26280 -- Fixed cached template loader crash when loading nonex...
Ivan Tsouvarev
2016-02-24
[1.9.x] Fixed #26267 -- Fixed BoundField to reallow slices of subwidgets.
Jon Dufresne
2016-02-22
[1.9.x] Fixed #26253 -- Fixed crashing deprecation shims in SimpleTemplateRes...
Tim Graham
2016-02-18
[1.9.x] Fixed #26204 -- Reallowed dashes in top-level domains for URLValidator.
Tim Graham
2016-02-17
[1.9.x] Fixed #26219 -- Fixed crash when filtering by Decimal in RawQuery.
Akshesh
2016-02-17
[1.9.x] Refs #19353 -- Added tests for using custom user models with built-in...
Berker Peksag
2016-02-16
[1.9.x] Fixed #26215 -- Fixed RangeField/ArrayField serialization with None v...
Claude Paroz
2016-02-15
[1.9.x] Fixed #26212 -- Made forms.FileField and translation.lazy_number() pi...
Alexey Kotlyarov
2016-02-15
[1.9.x] Fixed #26126 -- Fixed transient failure of test_max_age_expiration
Berker Peksag
2016-02-11
[1.9.x] Fixed #26196 -- Made sure __in lookups use to_field as default.
Anssi Kääriäinen
[next]