-
Refs #7697 -- Tested escaping of safe strings in the technical 500 de…
…bug view. Tests were omitted in the original commit: a56a226.
timgraham committed on GitHubAug 2, 2017 -
Refs #7697 -- Removed unnecessary force_escape of technical 500 debug…
… view "unicode hint". The test passes before and after the removal. unicode_hint will never be SafeText, so normal autoescaping is sufficient.
timgraham committedAug 2, 2017 All checks have passed
17 successful checks -
Refs #5046 -- Tested the 'unicode hint' in the technical 500 debug view.
timgraham committedJul 31, 2017 -
Fixed #28441 -- Fixed GEOS version parsing with a commit hash at the …
…end.
timgraham committedJul 27, 2017 All checks have passed
17 successful checks -
Simplified check that pk is fetched in RawQuerySet.__iter__().
sir-sigurd committed with timgrahamAug 1, 2017 All checks have passed
17 successful checks
-
Fixed #28459 -- Improved performance of ValuesListIterable.
sir-sigurd committed with timgrahamAug 1, 2017 All checks have passed
17 successful checks -
Fixed #28454 -- Simplifed use of Query.setup_joins() by returning a n…
…amed tuple.
MatthewWilkes committed with timgrahamAug 1, 2017 All checks have passed
17 successful checks -
Removed unneeded escape filter in templates where autoescaping is ena…
…bled.
timgraham committed on GitHubAug 1, 2017 -
Added stub release notes for 1.11.5.
timgraham committedAug 1, 2017 -
Added release date for 1.11.4.
timgraham committedAug 1, 2017
-
Fixed #27985 -- Fixed query for __exact=value when get_prep_value() c…
…onverts value to None. Also fixed crash of .filter(field__transform=None).
sir-sigurd committed with timgrahamJul 30, 2017 All checks have passed
17 successful checks -
Refs #20880 -- Removed non-cloning logic from Query.clone().
akaariai committed with timgrahamJul 7, 2017 All checks have passed
17 successful checks -
Fixed #28453 -- Made __exact=None lookup use transforms.
sir-sigurd committed with timgrahamJul 30, 2017 All checks have passed
16 successful checks -
Removed a primary key value dependency in a multiple_database test.
Follow up to a51c4de.
timgraham committedJul 31, 2017 -
Removed unneeded TruncBase.arity.
Uneeded since its introduction in 2a4af0e.
sir-sigurd committedJul 31, 2017 All checks have passed
17 successful checks
-
Used assertRaisesMessage() to test Django's error messages.
atombrella committed with timgrahamMay 28, 2017 All checks have passed
17 successful checks -
-
Fixed #28264 -- Made FilePathField sort files and directories when re…
…cursive=True.
srinivasreddy committed with timgrahamJul 16, 2017 All checks have passed
17 successful checks
-
Prevented query_utils.refs_expression() from looking for empty string…
… in annotations map.
-
Fixed #28371 -- Fixed Cast() with CharField if the max_length argumen…
…t isn't provided. Thanks Tim Graham for the review.
felixxm committed on GitHubJul 27, 2017 -
Fixed #28415 -- Clarified what characters ASCII/UnicodeUsernameValida…
…tor accept.
timgraham committed on GitHubJul 27, 2017 -
Fixed #28437 -- Added support for complex geometry expressions in GIS…
… lookups.
sir-sigurd committed with timgrahamJul 26, 2017 All checks have passed
17 successful checks -
Allowed database backends to specify data types for Cast().
A small refactor ahead of refs #28371.
-
Removed unused SpatialOperations.from_wkb.
Unused since its introduction in ff60c5f.
timgraham committed on GitHubJul 27, 2017 -
-
Improved test coverage for django.contrib.sitemaps.
desecho committed with timgrahamMar 17, 2017 All checks have passed
17 successful checks -
Fixed #28363 -- Allowed naming the migration generated by squashmigra…
…tions.
melvyn-sopacua committed with timgrahamFeb 20, 2017 All checks have passed
17 successful checks -
Fixed #28433 -- Made GEOSGeometry.__eq__() work correctly with non-ca…
…nonical EWKT string.
sir-sigurd committed with timgrahamJul 25, 2017 All checks have passed
17 successful checks