summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)Author
2015-11-24[1.9.x] Fixed a settings leak possibility in the date template filter.Florian Apolloner
This is a security fix.
2015-11-24[1.9.x] Fixed #25767 -- Fixed data truncation possibility with ↵George Marshall
Positive(Small)IntegerField on MySQL. Backport of 710e11d076b9e5ef3e3b486dfb70bb55b788691c from master
2015-11-23[1.9.x] Refs #25786 -- Added tests/release notes for set_FOO_order() crash ↵Tim Graham
with order_with_respect_to referencing OneToOneField pk. Forwardport of 6d9f061b07ce7aa1a9da6799b3104971ee73998b from stable/1.8.x The issue was fixed by 7bec480fe2ace94c8e7f0c88485442bfa74436b4.
2015-11-22[1.9.x] Fixed #25685 -- Fixed a duplicate query regression on deletion of ↵Simon Charette
proxied models. Thanks to Trac alias ppetrid for the report and Tim for the review. Conflicts: tests/delete/tests.py Forward port of 7c3ef19978b36b61db88a519f799f1ce8d019679 from stable/1.8.x
2015-11-21[1.9.x] Fixed #25781 -- Simplified admin_views tests with client.force_login()Adam Wester
Backport of 550107ff756beeb17b465e98c26c59e3dcc5eb3e from master
2015-11-21[1.9.x] Fixed #25715 -- Fixed Model.refresh_from_db() with ForeignKey ↵Tim Graham
w/on_delete=SET_NULL. Backport of 54e2e688e1cfbdb37dfa5dd3b3ffdf2af12b4423 from master
2015-11-19[1.9.x] Fixed #25438 -- Fixed assorted Oracle GIS test failures.Jani Tiainen
Backport of 58379d7e958fdf024f896b86f7df3415ce876200 from master
2015-11-14[1.9.x] Fixed #25745 -- Promoted RuntimeWarnings to errors in the test suite.Simon Charette
Backport of 1c5f4e86bc9c7bae5d5f3830d9cfbb0043297261 from master
2015-11-14[1.9.x] Refs #25745 -- Isolated some postgres array field check tests.Simon Charette
Backport of d95b22bd56764c71047ec16f628c00c0fd997cfd from master
2015-11-14[1.9.x] Refs #25745 -- Avoided multiple registration of the same model in ↵Simon Charette
schema tests. Backport of 64240263f22055cb539159e9359e64d5096f39d9 from master
2015-11-14[1.9.x] Refs #25745 -- Isolated a foreign_object test.Simon Charette
Backport of 2eefbca1a4140d8a8174a06a1f0160fcc76d8f64 from master
2015-11-14[1.9.x] Refs #25745 -- Isolated an order_with_respect_to test.Simon Charette
Backport of 406de4c243e3618c13c36c23e07a4aa33162b344 from master
2015-11-14[1.9.x] Fixed #25723 -- Made related field checks lookup against their local ↵Simon Charette
apps. Backport of c550beb0ccc8855fde7ff50ada530f7ceff1a595 from master
2015-11-14[1.9.x] Fixed admin_filters test failures when run in reverse.Tim Graham
Backport of b1b14587aedbb4fd37a99b7bf5345abae279322d from master
2015-11-14[1.9.x] Fixed #25666 -- Fixed the exact lookup of ArrayField.Dmitry Dygalo
Backport of 263b3d2ba132ea443193dc0b728741317742c8d3 from master
2015-11-12[1.9.x] Bumped mysqlclient test requirement to >= 1.3.7.Tim Graham
mysqlclient 1.3.7 fixes the test failures caused by 1.3.6. Backport of 2514e044a7fce58176c4e79eec298f3d8f70e89b from master
2015-11-12[1.9.x] Fixed SyntaxWarning in a user_commands test.Tim Graham
2015-11-11[1.9.x] Refs #25693 -- Added a regression test for `to_attr` validation on ↵Simon Charette
forward m2m. Backport of cc8c02fa0fa2119704d1c39ca8509850aef84acc from master
2015-11-11[1.9.x] Fixed #25730 -- Made Model.__str__() always return str instances.Simon Charette
Thanks to Kevin Turner for the report and Tim for the review. Backport of 4cd5d846d4a0a62bba6edf435a8ae9c6dcfacb43 from master
2015-11-11[1.9.x] Fixed #25720 -- Made gettext() return bytestring on Python 2 if ↵Marti Raudsepp
input is bytestring. This is consistent with the behavior of Django 1.7.x and earlier. Backport of d3e3703a15cd9d294406121bc43be0c75b1a4e0e from master
2015-11-10[1.9.x] Fixed #25693 -- Prevented data loss with Prefetch and ManyToManyField.Ian Foote
Thanks to Jamie Matthews for finding and explaining the bug. Backport of 4608573788c04fc047da42b4b7b48fdee8136ad3 from master
2015-11-09[1.9.x] Fixed #25683 -- Allowed ModelChoiceField(queryset=...) to accept ↵Marti Raudsepp
Managers. This fixes a regression from refs #25496. Backport of 1155843a41af589a856efe8e671a796866430049 from master
2015-11-09[1.9.x] Fixed debug view crash during autumn DST change.Aymeric Augustin
This only happens if USE_TZ = False and pytz is installed (perhaps not the most logical combination, but who am I to jugde?) Refs #23714 which essentially fixed the same problem when USE_TZ = True. Thanks Florian and Carl for insisting until I wrote a complete patch. Backport of 1014ba026e879e56e0f265a8d9f54e6f39843348 from master
2015-11-07[1.9.x] Removed ability to pass a geometry string to GIS functionsClaude Paroz
This was a possible confusion source with column name arguments. Thanks Sergey Fedoseev for the suggestion.
2015-11-03[1.9.x] Fixed #25668 -- Misc spelling errorsVille Skyttä
Backport of 3ee18400ae9b916da1a3bee9c9c630fd223a2d3c from master
2015-11-02[1.9.x] Fixed #25661 -- Fixed checking number of points during list ↵Sergey Fedoseev
assignment for `LinearRing`. Backport of 1b598b4b4 from master.
2015-10-30[1.9.x] Refs #24499 -- Removed an obsolete test check for PostGIS 1.5.Tim Graham
Backport of ab873e7a681e62d6803a3c04a051a47335f7b93a from master
2015-10-29[1.9.x] Fixed #25622 -- Accounted for generic relations in the admin to ↵Simon Charette
field validation Thanks to Jonathan Liuti for the report and Tim Graham for the review. Backport of 9dcfecb7c6c8285630ad271888a9ec4ba9140e3a from master
2015-10-29[1.9.x] Fixed #25620 -- Made URLValidator prohibit URLs with consecutive ↵Dheerendra Rathor
dots in the domain section. Backport of 96fe90f5356971e0e51a0bc41e045dde600d7521 from master
2015-10-28[1.9.x] Ignored docutils deprecation warnings in runtests.py.Tim Graham
Backport of dbe79d966025e3173557617113e2cca2eb1d1338 from master
2015-10-27[1.9.x] Fixed #25609 -- Fixed regression in related field nested lookup error.Ian Foote
Backport of 32ef48aa562e6aaee9983f5d0f1c60f02fd555fb from master
2015-10-27[1.9.x] Revert "Fixed #25417 -- Added a field check for invalid default values."Simon Charette
This reverts commit 71ebcb85b931f43865df5b322b2cf06d3da23f69. Backport of 976bd519a879b2fd7a356cb21bde32696adb545f from master
2015-10-27[1.9.x] Removed unnecessary app_label='auth' on auth_tests models.Tim Graham
This is a relic of when the tests were stored in contrib.auth.tests. Backport of 590b8c1c57217bd8bd33998bae490dbe3d09f045 from master
2015-10-27[1.9.x] Fixed #25596 -- Fixed regression in password change view with custom ↵Tim Graham
user model. The reverse() added in 50aa1a790ca66c2a93e0a52e00c53375b269ff49 crashed on a custom user model. Backport of 5acf203db2e9562dbe4073bf85d5043ef3121ea9 from master
2015-10-27[1.9.x] Fixed #25597 -- Fixed crash with SplitArrayField and IntegerField on ↵Tim Graham
invalid value. Backport of 1f07da3e29c7c3d47968e1c4531dd9bf902575b7 from master
2015-10-22[1.9.x] Fixed "URLconf" spelling in code comments.Tim Graham
Backport of 37ea3cb03e80de80380009a7a7939bc48d75abe9 from master
2015-10-22[1.9.x] Fixed #25592 -- Fixed misnamed strictly_above PostGIS lookupClaude Paroz
Fixes a regression from 2bd1bbc42. Thanks Daniel Wiesmann for the report and Tim Graham for the review. Backport of c08f85fd54 from master.
2015-10-20[1.9.x] Fixed quad quoted ("""") docstring starts.John Vandenberg
Backport of 9e3f6c7483d2362660e2bee554125d0215789d9d from master
2015-10-19[1.9.x] Fixed #25562 -- Skipped a time dependent admin_filters test on Windows.Tim Graham
Backport of 4a50daf6b343db1b5c316aa29efd657e160d0cd3 from master
2015-10-19[1.9.x] Fixed #25563 -- Cached deferred models in their proxied model's ↵Simon Charette
_meta.apps. Thanks to Andriy Sokolovskiy for the report and Tim Graham for the review. Backport of 3db3ab71e97d34260057a6f51d4b2f72da30dc8d from master
2015-10-19[1.9.x] Fixed #25560 -- Made empty string related_name invalid.Simon Charette
Thanks to Ali Lotfi for the initial report and patch and Tim Graham for the review. Backport of c1b6a8a98b08fedfa3f3c69bc7add94c5841ba57 from master
2015-10-17[1.9.x] Fixed #25517 -- Made Concat function idempotent on SQLite.Josh Smeaton
Backport of 6c95b134e9b2d5641c123551c080305e90e6a89d from master
2015-10-17[1.9.x] Fixed #25346 -- Allowed collectstatic to delete broken symlinks.Yusuke Miyazaki
Backport of 0922bbf18d3ae8f37e1823df2dbc270d33334548 from master
2015-10-16[1.9.x] Used SchemaEditor.delete_model() for teardown in schema tests.Tim Graham
Some third-party database backends (MSSQL) have custom delete_model() requirements that must be executed. Thanks Michael Manfre for the initial patch and review. Backport of 4dcc2a195595f8d7ddad45bc4baf98ffdeec7f41 from master
2015-10-14[1.9.x] Fixed #25506 -- Allowed filtering over a RawSQL annotation.Antoine Catton
Co-Authored-By: Gavin Wahl <gwahl@fusionbox.com> Backport of b971c1cd78a0bf831c1c30080089c4a384d037a0 from master
2015-10-14[1.9.x] Fixed #25535 -- Made ForeignObject checks less strict.Antoine Catton
Check that the foreign object `from_fields` are a subset of any unique constraints on the foreign model. Backport of 80dac8c33e7f6f22577e4346f44e4c5ee89b648c and c7aff31397a7228f6ac2e33c10ebdf36c4b7a9b7 from master
2015-10-09[1.9.x] Fixed #22705 -- Fixed QuerySet.bulk_create() on models without any ↵Tim Graham
fields on Oracle. Fixed on other backends by 134ca4d438bd7cbe8f0f287a00d545f96fa04a01. Thanks Mariusz Felisiak for the solution. Backport of 7a5b7e35bf2e219225b9f26d3dd3e34f26e83e9c from master
2015-10-09[1.9.x] Fixed #14368 -- Allowed setting a reverse OneToOne relation to None.Tim Graham
Backport of 384ddbec1b73a4636f234da3894fde8f8420bb63 from master
2015-10-09[1.9.x] Fixed #25533 -- Changed datatype mapping for GDALRastersDaniel Wiesmann
Backport of 5d8985005e from master.
2015-10-06[1.9.x] Fixed #25503 -- Fixed system check crash on ForeignKey to abstract ↵Mariusz Felisiak
model. Backport of 914167abf19d16ac97c0f1f6ae1b08cb377c8f3a from master