summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-11-23Added more tests for pickling Prefetches with QuerySets.Adam Chainz
2016-11-23Cleaned up some __getstate__() docstrings.Tim Graham
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 typo in docs/topics/signals.txt.Daniel Musketa
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 #27221 -- Doc'd how to escape a percent symbol in ugettext().Henry Dang
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-22Fixed #27513 -- Made Signal.send()/send_robust() a tiny bit faster.Adam Chainz
2016-11-22Completed django.dispatch test coverage.Adam Chainz
2016-11-22Updated doc links to virtualenv website.Daniel Musketa
2016-11-21Refs #17209 -- Fixed token verification for PasswordResetConfirmView POST req...Florian Apolloner
2016-11-21Fixed #27511 -- Corrected Field.related_model docs about GenericRelation.Tim Graham
2016-11-21Fixed #27516 -- Made test client's response.json() cache the parsed JSON.Adam Chainz
2016-11-21Refs #23811 -- Corrected git bisect run example usage.François Freitag
2016-11-20Fixed #27512 -- Removed unused code in Model.__init__().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-16Fixed #27488 -- Added SpatiaLite suppport for IsValid, MakeValid, and __isvalid.Sergey Fedoseev
2016-11-16Fixed #27494 -- Fixed typos in docs/topics/db/models.txt.Tim Graham
2016-11-16Fixed incorrect word choice in docs/topics/migrations.txt.Mitchel Humpherys
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-15Replaced "django" with "Django" in spelling_wordlist.akki
2016-11-15Refs #26753 -- Removed obsolete workarounds in GIS tests for lack of GDAL.Adam Chainz
2016-11-15Fixed #26985 -- Doc'd that ForeignKey.to_field reference must be unique.Jonatas CD
2016-11-15Fixed #27393 -- Aligned input boxes in admin password reset forms.Michiel Beijen
2016-11-15Fixed #27394 -- Added scientific notation support for big integers in floatfo...Mariusz Felisiak
2016-11-15Refs #25284 -- Corrected an obsolete implicit __in lookup example.Simon Charette
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
2016-11-14Fixed #27463 -- Fixed E741 flake8 warnings.Ramin Farajpour Cami
2016-11-14Fixed #27481 -- Made SQLite return annotated boolean values as boolean, not i...Sergey Fedoseev
2016-11-14Fixed E305 flake8 warnings.Ramin Farajpour Cami
2016-11-14Decorated a few functions.Tim Graham
2016-11-12Fixed #27448 -- Switched use of functions deprecated in PostGIS 2.2.Christian von Roques
2016-11-12Documented GEOS 3.5 supportClaude Paroz
2016-11-12Dropped support for GDAL 1.7 and 1.8Claude Paroz
2016-11-12Fixed #27479 -- Fixed GDALClose prototype. (#7546)Sergey Fedoseev
2016-11-12Fixed #27386 -- Wrapped admin's readonly fields in <div> rather than <p>.Jacob Rief