summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2016-12-01Refs #27558 -- Added test for no index on InnoDB ForeignKey.Ed Morley
2016-12-01Fixed #27542 -- Made Client.force_login() skip auth backends without get_user().Anton Samarchyan
2016-12-01Refs #27546 -- Tested some __repr__() methods.Keda87
2016-11-30Moved csrf_tests views to a spearate file.Tim Graham
2016-11-30Refs #27358 -- Removed invalid/unneeded FileField.upload_to in tests/docs.Tim Graham
2016-11-30Fixed #27557 -- Casted GEOSGeometry only when necessaryClaude Paroz
2016-11-30Fixed #27556 -- Added Oracle support for IsValid function and isvalid lookup.Sergey Fedoseev
2016-11-30Refs #27358 -- Fixed system check crash with an empty FileField.upload_to.Lex Berezhny
2016-11-30Refs #16859 -- Allowed storing CSRF tokens in sessions.Raphael Michel
2016-11-30Simplified union GIS tests with equals() rather than equals_exact().Sergey Fedoseev
2016-11-30Fixed #27552 -- Added docs/test for GEOSGeometry.normalize().Sergey Fedoseev
2016-11-29Fixed #27507 -- Used SchemaEditor.execute() to run deferred_sql in migrate's ...Lex Berezhny
2016-11-29Fixed #27555 -- Removed django.utils.functional.lazy_property.Adam Chainz
2016-11-29Fixed #27181 -- Allowed contrib.sites to match domains with trailing ".".Anton Samarchyan
2016-11-29Fixed #27358 -- Added a system check to prevent FileField's upload_to from st...Henry Dang
2016-11-29Fixed #27402 -- Fixed incorrect LocaleMiddleware redirects with prefix_defaul...Krzysztof Urbaniak
2016-11-29Fixed #27544 -- Fixed QuerySet.update(dt=F('dt') + timedelta) crash on SQLite.Andrew Nester
2016-11-29Enabled GeoQuerySetTest.test_unionagg on Oracle; refs #23504.Sergey Fedoseev
2016-11-28Refs #26327 -- Renamed JsonAgg to JSONBAgg.Mads Jensen
2016-11-25Fixed #27532 -- Deprecated Model._meta.has_auto_fieldAdam Chainz
2016-11-25Refs #16682 -- Replaced signal number with equivalent signal.SIGINT.Mariusz Felisiak
2016-11-24Fixed #27517 -- Fixed charset param in SimpleTemplateResponse.__init__().Kosei Kitahara
2016-11-23Normalized casing of "custom user model".Tim Graham
2016-11-23Fixed #27499 -- Made Prefetches pickle without evaluating their QuerySet.Adam Chainz
2016-11-23Added more tests for pickling Prefetches with QuerySets.Adam Chainz
2016-11-23Fixed #24959 -- Fixed queries using negative timedeltas on MySQL and Oracle.Mariusz Felisiak
2016-11-23Fixed #27504 -- Allowed using the ORM after an error and rollback when autoco...Mark Young
2016-11-23Fixed #26920 -- Made GEOSGeometry equality check consider the sridJackie Leng
2016-11-22Added tests for contrib.sitemaps.ping_google().Adam Chainz
2016-11-22Fixed #27250 -- Removed 'for ="..."' from CheckboxSelectMultiple's <label>.Diego Martín
2016-11-22Fixed #27295 -- Added a system check to prohibit model names that start or en...Quentin Fulsher
2016-11-22Refs #27394 -- Removed @expectedFailure from a floatformat test.Tim Graham
2016-11-22Completed django.dispatch test coverage.Adam Chainz
2016-11-21Refs #17209 -- Fixed token verification for PasswordResetConfirmView POST req...Florian Apolloner
2016-11-21Fixed #27516 -- Made test client's response.json() cache the parsed JSON.Adam Chainz
2016-11-20Refs #26207 -- Removed obsolete comments about deferred model classes.Adam Chainz
2016-11-20Fixed #27514 -- Tested Model.__init__ excessive number of fields.Adam Chainz
2016-11-19Fixed #27493 -- Fixed test failure with recent GDAL versionsNicolas Noé
2016-11-17Fixed #27156 -- Made changing HttpRequest.encoding clear GET.PREMANAND
2016-11-17Fixed #27482 -- Doc'd an example of Case() in QuerySet.filter().Jonatas CD
2016-11-17Simplified a test after refs #26207.Joachim Jablon
2016-11-16Fixed #27467 -- Made UserAttributeSimilarityValidator max_similarity=0/1 work...Tim Graham
2016-11-15Fixed #27407 -- Made Model.delete(keep_parents=True) preserve parent reverse ...Simon Charette
2016-11-15Refs #27003 -- Fixed JSONField crash on converted values.Brandon Chinn
2016-11-15Refs #27003 -- Fixed SimpleArrayField crash on converted values.Brandon Chinn
2016-11-15Refs #26753 -- Removed obsolete workarounds in GIS tests for lack of GDAL.Adam Chainz
2016-11-15Fixed #27394 -- Added scientific notation support for big integers in floatfo...Mariusz Felisiak
2016-11-15Used setUpTestData() in ordering tests.Mariusz Felisiak
2016-11-14Fixed #27453 -- Avoided unnecessary recompilation of non-translated URL regexes.Carl Meyer
2016-11-14Added tests for LocaleRegexProvider.Carl Meyer