Srinivas Reddy Thatiparthy
|
55b5393bd2
|
Fixed #28474 -- Made DurationField raise ValidationError for inputs that raised OverflowError.
|
2017-10-25 18:05:13 -04:00 |
Mariusz Felisiak
|
81e357a7e1
|
Fixed #28689 -- Fixed unquoted table names in Subquery SQL when using OuterRef.
Regression in f48bc7c3db .
|
2017-10-25 21:52:38 +02:00 |
Ryan Verner
|
9473a8481a
|
Fixed #28740 -- Added 'continent_code' and 'continent_name' in GeoIP2.city() dict.
|
2017-10-25 10:07:37 -04:00 |
medmunds
|
d1317edad0
|
Fixed #28739 -- Fixed get_fixed_timezone() for negative timedeltas.
|
2017-10-24 21:27:53 -04:00 |
Tim Graham
|
8b9a163afa
|
Refs #28688 -- Updated a selenium test for admin's URLify.js change.
English words aren't removed if non-ASCII chars are present.
|
2017-10-24 11:03:36 -04:00 |
Jon Dufresne
|
6ed347d851
|
Fixed #28706 -- Moved AuthenticationFormn invalid login ValidationError to a method for reuse.
|
2017-10-23 09:10:45 -04:00 |
Tomer Chachamu
|
21a3a29dc9
|
Fixed #28722 -- Made QuerySet.reverse() affect nulls_first/nulls_last.
|
2017-10-21 20:55:45 -04:00 |
Levi Payne
|
6c3104221b
|
Refs #28721 -- Added test for variations of 'inf'/'infinity' as a template variable names.
Fixed by 9ec7d8e514 .
|
2017-10-21 20:55:26 -04:00 |
Claude Paroz
|
9ec7d8e514
|
Fixed #28730 -- Fixed loss of precision for large integer literals in templates
Thanks Fraser Nevett for the report and Tim Graham for patch edits.
|
2017-10-21 17:20:29 +02:00 |
Mads Jensen
|
45d5d2dcaa
|
Removed unnecessary tuple()/list() calls.
|
2017-10-21 09:42:25 -04:00 |
Flávio Juvenal
|
f6e1789654
|
Fixed #28577 -- Added checks for ArrayField and JSONField to prevent mutable defaults.
|
2017-10-20 13:17:22 -04:00 |
Lucas Connors
|
5ceaf14686
|
Fixed #27515 -- Made AuthenticationForm's username field use the max_length from the model field.
Thanks Ramin Farajpour Cami for the report.
|
2017-10-20 11:13:26 -04:00 |
Lucas Connors
|
d233391208
|
Refs #19130 -- Added a test for AuthenticationForm.username max_length.
This will be a more useful regression test after refs #27515.
|
2017-10-20 11:10:32 -04:00 |
Mads Jensen
|
5114669f72
|
Refs #24031 -- Added test for Case and When constructor arguments.
|
2017-10-20 10:15:11 -04:00 |
Mads Jensen
|
f7036b3e26
|
Fixed #28662 -- Silenced join template filter error if arg isn't iterable.
|
2017-10-20 09:46:31 -04:00 |
Simon Charette
|
d4fb742094
|
Refs #28575 -- Made RelatedObjectDoesNotExist classes pickable.
Thanks to Rachel Tobin for the initial __qualname__ work and tests.
|
2017-10-18 21:43:53 -04:00 |
Tim Graham
|
1399f8ae77
|
Refs #28711 -- Replaced ugettext_lazy() with gettext_lazy() in a test.
As per c651331b34 .
|
2017-10-18 20:07:36 -04:00 |
Jonas Haag
|
d997ab7764
|
Fixed #28711 -- Fixed unordered_list template filter with lazy translations.
|
2017-10-18 19:45:10 -04:00 |
Jonas Haag
|
b21b1b10af
|
Refs #23260 -- Tested nested generator input to unordered_list template filter.
|
2017-10-18 19:37:30 -04:00 |
Tim Graham
|
1b73ccc4bf
|
Fixed #28497 -- Restored the ability to use sliced QuerySets with __exact.
Regression in ec50937bcb .
Thanks Simon Charette for review.
|
2017-10-16 13:56:38 -04:00 |
Yuri Kaszubowski Lopes
|
d98210c255
|
Fixed #28713 -- Prevented ModelBackend.get_all_permissions() from mutating get_user_permissions().
|
2017-10-14 20:47:49 -04:00 |
Claude Paroz
|
c1fa6672dd
|
Refs #28710 -- Simplified l10n format test
|
2017-10-14 21:07:51 +02:00 |
k
|
399a8db33b
|
Fixed #28695 -- Allowed models to use __init_subclass__().
|
2017-10-13 21:29:12 -04:00 |
Claude Paroz
|
8c538871bd
|
Fixed #28710 -- Fixed the Basque DATE_FORMAT string
Thanks Eneko Illarramendi for the report and initial patch.
|
2017-10-13 19:48:20 +02:00 |
Tom
|
32ade78c55
|
Refs #28440 -- Fixed server connection closing test on macOS.
|
2017-10-13 13:29:29 -04:00 |
Tim Graham
|
941b0a5b33
|
Fixed #28708 -- Added constants to detect the Python version.
|
2017-10-13 10:11:15 -04:00 |
Rachel Tobin
|
6c92f711ea
|
Refs #28575 -- Allowed pickling Model.DoesNotExist and MultipleObjectsReturned classes.
|
2017-10-13 09:16:09 -04:00 |
Paulo
|
a7b5ad8b19
|
Fixed #27846 -- Made Model.refresh_from_db() clear cached relations.
|
2017-10-12 17:04:10 -04:00 |
Mads Jensen
|
e8649ae368
|
Added test for FlatPage.__str__().
|
2017-10-12 09:45:49 -04:00 |
Mads Jensen
|
bd8deeccd5
|
Added setUp() method to FlatpageModelTests.
|
2017-10-12 09:45:26 -04:00 |
François Freitag
|
41be85862d
|
Fixed #28679 -- Fixed urlencode()'s handling of bytes.
Regression in fee42fd99e .
Thanks Claude Paroz, Jon Dufresne, and Tim Graham for the guidance.
|
2017-10-12 09:08:33 -04:00 |
Daniel Tao
|
4d60261b2a
|
Fixed #28601 -- Prevented cache.get_or_set() from caching None if default is a callable that returns None.
|
2017-10-10 09:20:34 -04:00 |
François Freitag
|
0e212a705e
|
Split django.utils.http tests into separate test classes.
|
2017-10-10 08:53:01 -04:00 |
Hasan Ramezani
|
6aec130a4c
|
Fixed #28591 -- Added an error message for createsuperuser --username= (blank).
|
2017-10-09 21:49:35 -04:00 |
Mads Jensen
|
81d5320db5
|
Added tests for Combinable's bitwise logical operation errors.
|
2017-10-09 11:49:19 -04:00 |
Simon Charette
|
9d93dff333
|
Fixed #28665 -- Change some database exceptions to NotImplementedError per PEP 249.
|
2017-10-06 12:47:08 -04:00 |
Mariusz Felisiak
|
1b823b8f18
|
Fixed #28596 -- Fixed QuerySet.bulk_create() and cascade deletion crash on Oracle when using more than 65535 parameters.
Thanks Tim Graham for the review.
|
2017-10-05 18:52:37 +02:00 |
Mads Jensen
|
86367a11d3
|
Added tests for invalid {% for %} usage and ForLoop.__repr__().
|
2017-10-05 11:33:14 -04:00 |
Tim Graham
|
d0c761d3f8
|
Refs #28584 -- Removed unused DatabaseFeatures.can_share_in_memory_db.
|
2017-10-03 20:17:12 -04:00 |
Tim Graham
|
27193aea00
|
Fixed #28584 -- Dropped support for SQLite < 3.7.15.
|
2017-10-03 10:42:18 -04:00 |
Tom
|
f1c007bbf2
|
Fixed #28642 -- Added caching to parse_accept_lang_header().
|
2017-10-02 14:07:28 -04:00 |
Tom
|
f04e6732c3
|
Refs #27804 -- Used subTest() in parse_accept_lang_header() test.
|
2017-10-02 14:04:52 -04:00 |
Mads Jensen
|
aba3467585
|
Added tests for invalid {% autoescape %} usage.
|
2017-10-02 11:02:58 -04:00 |
Mariusz Felisiak
|
3fb1ad9505
|
Fixed incorrect integer division in DeletionTests.test_large_delete_related.
|
2017-10-02 10:11:20 -04:00 |
Mariusz Felisiak
|
d896809a3a
|
Refs #23919 -- Removed unneeded float()/int() calls.
|
2017-10-02 08:49:26 -04:00 |
Mads Jensen
|
41406bf98e
|
Increased test coverage for db/backends/base/operations.py.
|
2017-09-30 19:48:55 -04:00 |
Mads Jensen
|
25307089bc
|
Completed test coverage for default template filters.
|
2017-09-30 18:34:51 -04:00 |
Tim Graham
|
dd82f33271
|
Fixed #27979 -- Made MySQL raise IntegrityError rather than OperationalError when saving negative numbers in PositiveInteger fields.
|
2017-09-29 15:20:32 -04:00 |
Mads Jensen
|
3e72f4b7b6
|
Completed test coverage for BasePasswordHasher.
|
2017-09-29 09:28:25 -04:00 |
Mads Jensen
|
776f6902d9
|
Moved BasePasswordHasher tests to its own test case.
|
2017-09-29 09:28:24 -04:00 |