Dražen Odobašić
|
d97f026a7a
|
Fixed #28817 -- Made QuerySet.iterator() use server-side cursors after values() and values_list().
|
2017-11-21 10:33:56 -05:00 |
Tim Graham
|
6cb6382639
|
Added assertion helpers for PostgreSQL's server-side cursor tests.
|
2017-11-21 08:21:09 -05:00 |
Tim Graham
|
e3c852cbd6
|
Fixed #28804 -- Fixed "Unknown system variable 'transaction_isolation'" on MariaDB.
Regression in 967450a3bf .
|
2017-11-20 10:08:34 -05:00 |
Krzysztof Nazarewski
|
244cc40155
|
Fixed #26184 -- Allowed using any lookups in ModelAdmin.search_fields.
Thanks Krzysztof Nazarewski for the initial patch.
|
2017-11-18 19:33:52 -05:00 |
Tim Graham
|
9d1d3b2d2f
|
Refs #28814 -- Fixed test_runner failure on Python 3.7.
Due to https://bugs.python.org/issue30399.
|
2017-11-17 16:13:23 -05:00 |
Tim Graham
|
9bea555d06
|
Fixed test failures due to ordering differences on PostgreSQL 10.
|
2017-11-15 09:37:18 -05:00 |
Simon Charette
|
ee85ef8315
|
Fixed #28792 -- Fixed index name truncation of namespaced tables.
Refs #27458, #27843.
Thanks Tim and Mariusz for the review.
|
2017-11-14 21:36:25 -05:00 |
Tim Graham
|
532a4f22ad
|
Fixed invalid escape sequence warning in check_framework test.
|
2017-11-14 19:05:20 -05:00 |
Sergey Fedoseev
|
967450a3bf
|
Fixed #28794 -- Fixed tx_isolation deprecation warning on MySQL 5.7.20+.
|
2017-11-14 15:40:44 -05:00 |
Дилян Палаузов
|
23bf4ad87f
|
Fixed #28795 -- Removed 'not in' checks and used dict.setdefault().
|
2017-11-14 10:52:52 -05:00 |
Sergey Fedoseev
|
b5ecbf1e12
|
Simplified choices iterators in tests.model_fields.models.
|
2017-11-13 13:11:07 -05:00 |
Mariusz Felisiak
|
2d3cc94284
|
Fixed #28781 -- Added QuerySet.values()/values_list() support for union(), difference(), and intersection().
Thanks Tim Graham for the review.
|
2017-11-12 14:28:11 +01:00 |
shanghui
|
1907fc9b12
|
Fixed #28534 -- Made JSONField.has_changed() ignore key order and consider True/1 values as different.
|
2017-11-11 19:45:23 -05:00 |
Paulo
|
ee49306176
|
Fixed #27710 -- Made Model.save() invalidate cached, stale relations after a primary key assignment.
|
2017-11-09 11:40:34 -05:00 |
shanghui
|
ebb998976e
|
Fixed #28751 -- Corrected the error message for inactive users in AdminAuthenticationForm.
Thanks SeungWon Kang for the report and Tim Graham for the review.
|
2017-11-08 09:39:12 -05:00 |
shanghui
|
359370a8b8
|
Fixed #28645 -- Reallowed AuthenticationForm to raise the inactive user error when using ModelBackend.
Regression in e0a3d93730 .
Thanks Guilherme Junqueira for the report and Tim Graham for the review.
|
2017-11-08 09:39:12 -05:00 |
Claude Paroz
|
0cf00769ad
|
Fixed #28585 -- Calculated admin's change form multipart context variable from forms and formsets
Thanks Tim Graham for the review.
|
2017-11-07 19:06:32 -05:00 |
Bjorn Kristinsson
|
ac6a4eb9f9
|
Fixed #28719 -- Added a helpful exception if MultipleObjectTemplateResponseMixin doesn't generate any template names.
|
2017-11-07 18:46:52 -05:00 |
Jonas Haag
|
a2851f204c
|
Fixed #28720 -- Added HttpRequest.get_full_path_info().
|
2017-11-07 15:58:05 -05:00 |
Imran Iqbal
|
3e7497a05e
|
Fixed #28758 -- Fixed RangeMax/MinValueValidators crash with unbound ranges.
|
2017-11-07 15:07:03 -05:00 |
Claude Paroz
|
1b7780ea08
|
Fixed #28544 -- Made unlocalize template filter behave like {% localize off %} tag
Thanks Beda Kosata for the report and Tim Graham for the review.
|
2017-11-07 20:48:15 +01:00 |
Chris Lamb
|
998c9dd599
|
Fixed #28663 -- Add a check for likely incorrectly migrated django.urls.path() routes.
|
2017-11-07 11:39:59 -05:00 |
Дилян Палаузов
|
6c0042430e
|
Fixed #28776 -- Fixed a/an/and typos in docs and comments.
|
2017-11-06 22:41:03 -05:00 |
Yusuke Miyazaki
|
278d66b94b
|
Fixed #28501 -- Fixed "python -m django runserver" crash.
|
2017-11-06 09:58:15 -05:00 |
Yusuke Miyazaki
|
ac21f2e391
|
Added RestartWithReloaderTests.
|
2017-11-06 09:54:31 -05:00 |
Sergey Fedoseev
|
69922d303d
|
Refs #17448 -- Fixed GeoModelTest.test_raw_sql_query.
The test was a false positive.
|
2017-11-04 10:08:26 -04:00 |
Tom
|
b81905bfd4
|
Fixed #28571 -- Added a prompt to bypass password validation in createsuperuser.
|
2017-11-03 20:00:08 -04:00 |
Tim Graham
|
872be5976d
|
Improved technique for matching input prompts in contrib.auth management tests.
|
2017-11-03 20:00:08 -04:00 |
Mike Hansen
|
514b2c989a
|
Fixed #28723 -- Fixed RelatedManager's prefetch_related() cache name.
|
2017-11-02 10:06:00 -04:00 |
Michał Pasternak
|
e554b72a2a
|
Fixed #28749 -- Added subquery support for ArrayField's __in lookup.
|
2017-11-01 15:12:18 -04:00 |
Charlie Denton
|
cbe334918a
|
Fixed #28750 -- Allowed models to define Meta.manager_inheritance_from_future for backwards compatibility.
Refs 631f4ab061 .
|
2017-10-31 13:22:27 -04:00 |
Adam Johnson
|
acc989f037
|
Fixed #28760 -- Removed DummyCache's unnecessary get/set/delete_many().
|
2017-10-31 12:16:09 -04:00 |
Rajesh Veeranki
|
5e1a356060
|
Fixed typo in tests/many_to_many/tests.py.
|
2017-10-31 10:21:02 -04:00 |
Paulo
|
fcfcf8aae4
|
Fixed #28742 -- Fixed AttributeError crash when assigning None to cached reverse relations.
|
2017-10-30 14:02:03 -04:00 |
Adam Johnson
|
abacd09f07
|
Refs #27318 -- Made DummyCache.set_many() return a list for consistency with other backends.
|
2017-10-30 12:13:17 -04:00 |
Ran Benita
|
03049fb8d9
|
Refs #28010 -- Allowed reverse related fields in SELECT FOR UPDATE .. OF.
Thanks Adam Chidlow for polishing the patch.
|
2017-10-28 20:33:42 -04:00 |
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 |