summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-11-15Fixed #27407 -- Made Model.delete(keep_parents=True) preserve parent reverse ↵Simon Charette
relationships. Thanks Tim for the review.
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
Missed in f7a363ee1d2039824d95f35e54219e09c5af67b0.
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 ↵Mariusz Felisiak
floatformat filter.
2016-11-15Refs #25284 -- Corrected an obsolete implicit __in lookup example.Simon Charette
Thanks IRC alias rpkilby for the report.
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 ↵Sergey Fedoseev
integer. Thanks Simon Charette for review.
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
Thanks Claude Paroz and Tim Graham for reviews, and Mjumbe Wawatu Poe for the initial regression test.
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
2016-11-11Removed an unused function argument in db_functions test.Mads Jensen
2016-11-11Fixed typo in docs/topics/db/multi-db.txt.Jezeniel Zapanta
2016-11-11Fixed #25240 -- Added ExtractWeek and exposed it through the __week lookup.Mads Jensen
Thanks to Mariusz Felisiak and Tim Graham for review.
2016-11-11Fixed #27421 -- Added shape, size, and offset controls to GDALRaster ↵Daniel Wiesmann
constructor. Thanks Tim Graham for the review.
2016-11-11Fixed typo in docs/ref/settings.txt.Ian Lee
2016-11-11Fixed #27431 -- Prevented disabled form fields from appearing as changed.Kenneth Veldman
2016-11-10Removed a bit of builtin_server tests for Python ≤ 2.7.3.Tim Graham
2016-11-10Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.za
2016-11-10Removed an obsolete (as of refs #25999) logging test from refs #18985.Tim Graham
2016-11-10Fixed #27469 -- Prevented sending email to empty addressesClaude Paroz
Thanks Jarek Glowacki for the report.
2016-11-10Removed redundant DateTimeField.register_lookup()s.Tim Graham
DateTimeField inherits these lookups from DateField.
2016-11-10Fixed #27438 -- Added the diffsettings --default option.Paweł Marczewski
2016-11-09Fixed #27461 -- Fixed incorrect allow_migrate() arguments in makemigrations.Joseph Kahn
2016-11-09Inlined a note in docs/ref/models/expressions.txt.Tim Graham
2016-11-09Fixed #27414 -- Doc'd that F() expressions on relations return pk values.Jop Reyntjes
2016-11-09Tested the test client uploading of NamedTemporaryFile.Tom Scrace
2016-11-09Fixed #27184 -- Allowed uploading TemporaryFile with the test client.Tom Scrace
Thanks Federico Capoano for finishing the patch.
2016-11-08Fixed #27436 -- Fixed makemigrations crash when creating migrations on a ↵Zbigniew Siciarz
separate drive than where Django is installed.
2016-11-08Skipped makemessages -l tests when xgettext isn't installed.Marti Raudsepp
2016-11-08Refs #27420 -- Removed exception hiding in Oracle test user creation during ↵Mariusz Felisiak
--keepdb. If the test user creation fails here, _create_test_db() would return without switching to the test user which caused the tests to run using the main connection instead of the test user.
2016-11-08Fixed #27420 -- Quoted the Oracle test user password in queries.Mariusz Felisiak
2016-11-07Fixed #27138 -- Restored pre-Python 3.6 behavior of localtime() and ↵Joachim Jablon
make_naive() on Python 3.6. Reverted test changes in a7a7ecd2b026c61a39a46d2d7eced0e06a92c970 and e43ea36b7681e43ea99505a2cf7550d4d36016b3 (refs #27025).
2016-11-07Corrected release note location of BaseCommand.can_import_settings removal.Tim Graham
2016-11-07Fixed #27454 -- Skipped gettext calls for apps without a locale dir.Carl Meyer
2016-11-06Fixed #27378 -- Added support for serialization of uuid.UUID in migrations.Maxime Lorant
Thanks Yuriy Korobko for the initial patch and Tobias McNulty for review.
2016-11-06Fixed typo in docs/ref/middleware.txt.Tim Graham
2016-11-06Fixed #27133 -- Doc'd how to provide initial data with migrations.Krzysztof Żuraw
2016-11-06Added myself to the Ops team. (#7518)Tobias McNulty
2016-11-06Fixed typo in django/forms/widgets.py comment.Leila20