Commit Graph

7229 Commits

Author SHA1 Message Date
Gagaro 08e1c79f7a [1.9.x] Fixed #25812 -- Restored the ability to use custom formats with the date template filter.
Backport of 34d88944f4 from master
2015-11-28 08:44:41 -05:00
Aymeric Augustin 8dc11dc592 [1.9.x] Fixed #25302 (again) -- Ignored scheme when checking for bad referers.
The check introduced in 4ce433e was too strict in real life. The poorly
implemented bots this patch attempted to ignore are sloppy when it comes
to http vs. https.

Backport of 11f10b7 from master
2015-11-27 08:12:49 +01:00
Simon Charette b4a1d545db [1.9.x] Fixed #25807 -- Instructed the migration writer about lazy objects.
Thanks to Trac alias mrgaolei for the report, Baptiste for the confirmation
and Tim for the review.

Backport of cc2ca9c550 from master
2015-11-26 11:21:35 -05:00
Attila Tovt e4bd6923bd [1.9.x] Fixed #25772 -- Corrected __len lookup on ArrayField for empty arrays.
Backport of 88fc9e2826 from master
2015-11-25 16:53:23 -05:00
Tim Graham 5cea4c979f [1.9.x] Removed explicit User ids in tests.
Backport of 9350616211 from master
2015-11-25 13:27:15 -05:00
Jacek Bzdak 023bf66bff [1.9.x] Fixed #25274 --- Made inspectdb handle renamed fields in unique_together.
Backport of 2cb50f935a from master
2015-11-25 13:15:35 -05:00
Tim Graham 5657000bfe [1.9.x] Refs #25438 -- Fixed two geoapp test failures on Oracle. 2015-11-25 08:13:15 -05:00
Florian Apolloner 3ebbda0aef [1.9.x] Fixed a settings leak possibility in the date template filter.
This is a security fix.
2015-11-24 12:04:55 -05:00
George Marshall 11d54e8f0d [1.9.x] Fixed #25767 -- Fixed data truncation possibility with Positive(Small)IntegerField on MySQL.
Backport of 710e11d076 from master
2015-11-24 11:10:19 -05:00
Tim Graham 8edf8db52f [1.9.x] Refs #25786 -- Added tests/release notes for set_FOO_order() crash with order_with_respect_to referencing OneToOneField pk.
Forwardport of 6d9f061b07 from stable/1.8.x
The issue was fixed by 7bec480fe2.
2015-11-23 12:08:29 -05:00
Simon Charette eb7a329fb6 [1.9.x] Fixed #25685 -- Fixed a duplicate query regression on deletion of proxied models.
Thanks to Trac alias ppetrid for the report and Tim for the review.

Conflicts:
	tests/delete/tests.py

Forward port of 7c3ef19978 from stable/1.8.x
2015-11-22 23:12:31 -05:00
Adam Wester c598dfa84a [1.9.x] Fixed #25781 -- Simplified admin_views tests with client.force_login()
Backport of 550107ff75 from master
2015-11-21 17:22:10 -05:00
Tim Graham 8727dc8e95 [1.9.x] Fixed #25715 -- Fixed Model.refresh_from_db() with ForeignKey w/on_delete=SET_NULL.
Backport of 54e2e688e1 from master
2015-11-21 11:30:18 -05:00
Jani Tiainen ad0056567b [1.9.x] Fixed #25438 -- Fixed assorted Oracle GIS test failures.
Backport of 58379d7e95 from master
2015-11-19 09:08:14 -05:00
Simon Charette ef78aec222 [1.9.x] Fixed #25745 -- Promoted RuntimeWarnings to errors in the test suite.
Backport of 1c5f4e86bc from master
2015-11-14 12:08:35 -05:00
Simon Charette cfa3d4a256 [1.9.x] Refs #25745 -- Isolated some postgres array field check tests.
Backport of d95b22bd56 from master
2015-11-14 12:08:34 -05:00
Simon Charette 77e579087e [1.9.x] Refs #25745 -- Avoided multiple registration of the same model in schema tests.
Backport of 64240263f2 from master
2015-11-14 12:08:34 -05:00
Simon Charette fb016e6c55 [1.9.x] Refs #25745 -- Isolated a foreign_object test.
Backport of 2eefbca1a4 from master
2015-11-14 12:08:34 -05:00
Simon Charette e8512811cd [1.9.x] Refs #25745 -- Isolated an order_with_respect_to test.
Backport of 406de4c243 from master
2015-11-14 12:08:34 -05:00
Simon Charette c049c43e28 [1.9.x] Fixed #25723 -- Made related field checks lookup against their local apps.
Backport of c550beb0cc from master
2015-11-14 12:08:33 -05:00
Tim Graham a58150df3f [1.9.x] Fixed admin_filters test failures when run in reverse.
Backport of b1b14587ae from master
2015-11-14 11:32:05 -05:00
Dmitry Dygalo fe79bc3ed9 [1.9.x] Fixed #25666 -- Fixed the exact lookup of ArrayField.
Backport of 263b3d2ba1 from master
2015-11-14 11:21:53 -05:00
Tim Graham 9b3e79e58e [1.9.x] Bumped mysqlclient test requirement to >= 1.3.7.
mysqlclient 1.3.7 fixes the test failures caused by 1.3.6.

Backport of 2514e044a7 from master
2015-11-12 21:34:40 -05:00
Tim Graham 623b8c99fe [1.9.x] Fixed SyntaxWarning in a user_commands test. 2015-11-12 17:17:28 -05:00
Simon Charette 164cbdac7d [1.9.x] Refs #25693 -- Added a regression test for `to_attr` validation on forward m2m.
Backport of cc8c02fa0f from master
2015-11-11 12:27:15 -05:00
Simon Charette 946e7679f3 [1.9.x] Fixed #25730 -- Made Model.__str__() always return str instances.
Thanks to Kevin Turner for the report and Tim for the review.

Backport of 4cd5d846d4 from master
2015-11-11 12:19:34 -05:00
Marti Raudsepp 1eed16b9db [1.9.x] Fixed #25720 -- Made gettext() return bytestring on Python 2 if input is bytestring.
This is consistent with the behavior of Django 1.7.x and earlier.

Backport of d3e3703a15 from master
2015-11-11 08:57:41 -05:00
Ian Foote f9a08eb897 [1.9.x] Fixed #25693 -- Prevented data loss with Prefetch and ManyToManyField.
Thanks to Jamie Matthews for finding and explaining the bug.

Backport of 4608573788 from master
2015-11-10 12:12:45 -05:00
Marti Raudsepp 8db5122d69 [1.9.x] Fixed #25683 -- Allowed ModelChoiceField(queryset=...) to accept Managers.
This fixes a regression from refs #25496.

Backport of 1155843a41 from master
2015-11-09 12:44:34 -05:00
Aymeric Augustin ca0278f496 [1.9.x] Fixed debug view crash during autumn DST change.
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 1014ba026e from master
2015-11-09 06:56:44 -05:00
Claude Paroz 194f893f02 [1.9.x] Removed ability to pass a geometry string to GIS functions
This was a possible confusion source with column name arguments.
Thanks Sergey Fedoseev for the suggestion.
2015-11-07 16:06:08 +01:00
Ville Skyttä a3bbc38d54 [1.9.x] Fixed #25668 -- Misc spelling errors
Backport of 3ee18400ae from master
2015-11-03 10:33:05 +00:00
Sergey Fedoseev 306efc8e45 [1.9.x] Fixed #25661 -- Fixed checking number of points during list assignment for `LinearRing`.
Backport of 1b598b4b4 from master.
2015-11-02 22:42:10 +01:00
Tim Graham 703369fb25 [1.9.x] Refs #24499 -- Removed an obsolete test check for PostGIS 1.5.
Backport of ab873e7a68 from master
2015-10-30 11:30:08 -04:00
Simon Charette 6eaf43a244 [1.9.x] Fixed #25622 -- Accounted for generic relations in the admin to field validation
Thanks to Jonathan Liuti for the report and Tim Graham for the review.

Backport of 9dcfecb7c6 from master
2015-10-29 13:15:40 -04:00
Dheerendra Rathor 6bb9f51ab8 [1.9.x] Fixed #25620 -- Made URLValidator prohibit URLs with consecutive dots in the domain section.
Backport of 96fe90f535 from master
2015-10-29 11:14:20 -04:00
Tim Graham 46850e2c85 [1.9.x] Ignored docutils deprecation warnings in runtests.py.
Backport of dbe79d9660 from master
2015-10-28 14:07:22 -04:00
Ian Foote 32e804cdb7 [1.9.x] Fixed #25609 -- Fixed regression in related field nested lookup error.
Backport of 32ef48aa56 from master
2015-10-27 13:57:52 -04:00
Simon Charette da9e9484f2 [1.9.x] Revert "Fixed #25417 -- Added a field check for invalid default values."
This reverts commit 71ebcb85b9.

Backport of 976bd519a8 from master
2015-10-27 11:17:02 -04:00
Tim Graham 1c0f598764 [1.9.x] Removed unnecessary app_label='auth' on auth_tests models.
This is a relic of when the tests were stored in contrib.auth.tests.

Backport of 590b8c1c57 from master
2015-10-27 08:38:19 -04:00
Tim Graham 0b4d11e175 [1.9.x] Fixed #25596 -- Fixed regression in password change view with custom user model.
The reverse() added in 50aa1a790c
crashed on a custom user model.

Backport of 5acf203db2 from master
2015-10-27 08:38:12 -04:00
Tim Graham 64a9115bce [1.9.x] Fixed #25597 -- Fixed crash with SplitArrayField and IntegerField on invalid value.
Backport of 1f07da3e29 from master
2015-10-27 08:13:21 -04:00
Tim Graham ca46dc323b [1.9.x] Fixed "URLconf" spelling in code comments.
Backport of 37ea3cb03e from master
2015-10-22 14:47:15 -04:00
Claude Paroz e241444ef5 [1.9.x] Fixed #25592 -- Fixed misnamed strictly_above PostGIS lookup
Fixes a regression from 2bd1bbc42. Thanks Daniel Wiesmann for the report
and Tim Graham for the review.
Backport of c08f85fd54 from master.
2015-10-22 20:33:55 +02:00
John Vandenberg 614ba3ad2d [1.9.x] Fixed quad quoted ("""") docstring starts.
Backport of 9e3f6c7483 from master
2015-10-20 12:20:11 -04:00
Tim Graham 994e7661a8 [1.9.x] Fixed #25562 -- Skipped a time dependent admin_filters test on Windows.
Backport of 4a50daf6b3 from master
2015-10-19 20:27:36 -04:00
Simon Charette 522b0bc91f [1.9.x] Fixed #25563 -- Cached deferred models in their proxied model's _meta.apps.
Thanks to Andriy Sokolovskiy for the report and Tim Graham for the review.

Backport of 3db3ab71e9 from master
2015-10-19 20:13:16 -04:00
Simon Charette 3aeb84df25 [1.9.x] Fixed #25560 -- Made empty string related_name invalid.
Thanks to Ali Lotfi for the initial report and patch
and Tim Graham for the review.

Backport of c1b6a8a98b from master
2015-10-19 10:11:36 -04:00
Josh Smeaton 7a3b486ccd [1.9.x] Fixed #25517 -- Made Concat function idempotent on SQLite.
Backport of 6c95b134e9 from master
2015-10-17 15:56:00 -04:00
Yusuke Miyazaki 9039ff60e3 [1.9.x] Fixed #25346 -- Allowed collectstatic to delete broken symlinks.
Backport of 0922bbf18d from master
2015-10-17 14:14:29 -04:00