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-12-19
Refs #19884 -- Removed DatabaseFeatures.can_introspect_max_length.
Mariusz Felisiak
2016-12-19
Refs #21221 -- Prevented {% static %} tests from using contrib.staticfiles.
Tim Graham
2016-12-19
Refs #27377 -- Fixed reverse query name clash in test model.
Tim Graham
2016-12-19
Fixed #27606 -- Fixed HttpResponseRedirect.__repr__() crash when DisallowedRe...
Jerome Leclanche
2016-12-19
Fixed #27377 -- Clarified that prepopulated_fields doesn't work with OneToOne...
Henry Dang
2016-12-19
Refs #19884 -- Added CharField max_length introspection on Oracle.
Mariusz Felisiak
2016-12-17
Fixed #25484 -- Made {% static %} render escaped URLs.
alix-
2016-12-17
Refs #16859 -- Disabled CSRF_COOKIE_* checks when using CSRF_USE_SESSIONS.
Raphael Michel
2016-12-17
Removed unneeded SpatiaLite workarounds in GIS tests.
Sergey Fedoseev
2016-12-17
Used assertJSONEqual() in GISFunctionsTests.test_asgeojson().
Sergey Fedoseev
2016-12-16
Made NumPoints raise TypeError on MySQL when it's used on fields besides Line...
Sergey Fedoseev
2016-12-15
Fixed #25938 -- Factored out CPointerBase base class for GEOSBase/GDALBase.
Sergey Fedoseev
2016-12-15
Fixed #27576 -- Made get_srid_info() fallback to GDAL if SpatialRefSys is una...
Sergey Fedoseev
2016-12-15
Fixed #27497 -- Improved support of geodetic coordinates on SpatiaLite.
Sergey Fedoseev
2016-12-15
Fixed #27602 -- Added Oracle support for BoundingCircle GIS function.
Sergey Fedoseev
2016-12-15
Fixed #27607 -- Added Oracle support for AsGML GIS function.
Sergey Fedoseev
2016-12-15
Refs #27558 -- Isolated indexes test on MySQL.
Tim Graham
2016-12-15
Improved testing of num_seg kwarg of BoundingCircle GIS function.
Sergey Fedoseev
2016-12-15
Fixed #27582 -- Allowed HStoreField to store null values.
David Hoffman
2016-12-15
Used assertRaisesMessage() in template_backends tests.
Tim Graham
2016-12-15
Simplified a GIS test by using an SRID available on all backends.
Sergey Fedoseev
2016-12-14
Fixed #27418 -- Fixed occasional missing plural forms in JavaScriptCatalog.
Waldemar Kornewald
2016-12-14
Fixed #27313 -- Allowed overriding admin popup response template.
Michael Scott
2016-12-14
Fixed #27599 -- Fixed Field.__str__() crash for fields not attached to models.
Morgan Aubert
2016-12-14
Moved test_field_ordering to the model_fields package.
Morgan Aubert
2016-12-14
Fixed #27598 -- Allowed specifying directories for a filesystem template loader.
Tim Graham
2016-12-14
Fixed #27594 -- Fixed select_related() with reverse self-referential OneToOne...
Daniel Hillier
2016-12-12
Refs #27184 -- Fixed unclosed file ResourceWarning in test_client test.
Jon Dufresne
2016-12-10
Fixed #27310 -- Stopped rendering apps in RenameModel.state_forwards.
Simon Charette
2016-12-09
Fixed #27583 -- Fixed MultiValueDict.getlist() crash when values for key is N...
Mariusz Felisiak
2016-12-08
Imported specific models in a few tests that didn't.
Tim Graham
2016-12-08
Fixed #27472 -- Fixed GEOSGeometry('POINT EMPTY').transform crash.
Sergey Fedoseev
2016-12-08
Refs #27472 -- Fixed OGRGeometry('POINT EMPTY').geos crash.
Sergey Fedoseev
2016-12-08
Refs #27472 -- Fixed GEOSGeometry('POINT EMPTY').ogr crash.
Sergey Fedoseev
2016-12-08
Fixed #13312 -- Allowed specifying the order of null fields in queries.
Yohann Gabory
2016-12-07
Fixed #17002 -- Allowed using a ManyToManyField through model that inherits a...
InvalidInterrupt
2016-12-07
Fixed #27579 -- Added aliases for Python 3's assertion names in SimpleTestCase.
Tim Graham
2016-12-07
Fixed #25708 -- Fixed annotations with geometry values.
Sergey Fedoseev
2016-12-07
Refs #17235 -- Made MultiPartParser leave request.POST immutable.
Vinay Karanam
2016-12-06
Fixed #26789 -- Fixed handling of empty geometries in BaseSpatialField.get_db...
Sergey Fedoseev
2016-12-06
Refs #26789 -- Fixed output of WKBWriter for empty points and polygons.
Sergey Fedoseev
2016-12-06
Fixed #27416 -- Prevented ModelFormSet from creating objects for invalid PKs ...
Hiroki Kiyohara
2016-12-06
Fixed #27567 -- Fixed crash in the debug view when request.user errors.
Andreas Pelme
2016-12-06
Fixed #18729 -- Made admin changelist not use distinct() if a list_filter doe...
nmhung89
2016-12-06
Fixed #26494 -- Made Archive.extract() preserve file permissions.
Anton Samarchyan
2016-12-05
Removed test workarounds for PROJ.4 < 4.7.0.
Sergey Fedoseev
2016-12-02
Fixed #27561 -- Added Oracle support for binary "or" operator.
Mariusz Felisiak
2016-12-02
Updated LimitChoicesToTests to use setUpTestData and cosmetic edits.
Tim Graham
2016-12-02
Fixed #27563 -- Moved "apply limit_choices_to" code from BaseModelForm to fie...
Jon Dufresne
2016-12-01
Fixed #27119 -- Cached BaseFormSet.management_form property
Claude Paroz
[prev]
[next]