Дилян Палаузов
|
3308085838
|
Fixed #28854 -- Replaced type(True) with bool in sqlite's SchemaEditor.
|
2017-11-28 10:44:02 -05:00 |
Claude Paroz
|
4f5526e346
|
Fixed #28773 -- Forced pot files to use UNIX-style newlines
Thanks Hendy Irawan for the analysis and report.
|
2017-11-28 08:52:37 +01:00 |
Raphael Michel
|
616f468760
|
Fixed #28848 -- Fixed SQLite/MySQL crash when ordering by a filtered subquery that uses nulls_first/nulls_last.
|
2017-11-27 11:35:44 -05:00 |
Mariusz Felisiak
|
ad5f33ee03
|
Refs #27954 -- Fixed typo in django/db/backends/postgresql/client.py comment.
|
2017-11-26 16:27:37 +01:00 |
Sergey Fedoseev
|
31425f71bc
|
Used bytes.hex() and bytes.fromhex() in postgis.pgraster to simplify.
This was missed in 93cdd07e8f .
|
2017-11-24 07:52:13 -05:00 |
Sergey Fedoseev
|
93cdd07e8f
|
Used bytes.hex() and bytes.fromhex() to simplify.
|
2017-11-23 08:52:23 -05:00 |
Yan Mitrofanov
|
54e5c4a00e
|
Fixed #28820 -- Eliminated an extra query with QuerySet.update() on proxy models.
|
2017-11-21 12:11:47 -05:00 |
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
|
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 |
Chris Lamb
|
3af305e8b8
|
Fixed #28810 -- Replaced '%' style logging formatting with str.format() style.
|
2017-11-18 19:15:08 -05:00 |
Tim Graham
|
931c60c521
|
Refs #28814 -- Fixed "SyntaxError: Generator expression must be parenthesized" on Python 3.7.
Due to https://bugs.python.org/issue32012.
|
2017-11-17 15:38:29 -05:00 |
Chris Lamb
|
648957b707
|
Fixed #28798 -- Removed unused django.utils.dates.WEEKDAYS_REV, MONTHS_3_REV.
|
2017-11-17 15:37:58 -05:00 |
Claude Paroz
|
9549674043
|
Updated main translation catalog
Forward port of cd6d18abc3 from stable/2.0.x.
|
2017-11-15 16:23:18 +01: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 |
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
|
a2ec1e6b2d
|
Used BaseSimpleSerializer for serializing str and bytes in migrations.
Follow up to c716fe8782 .
|
2017-11-13 14:12:46 -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 |
Tim Graham
|
8f8a4d10d3
|
Refs #26447 -- Removed outdated ETag comment in CommonMiddleware.
Follow up to 48d57788ee .
|
2017-11-11 20:45:17 -05: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 |
Sergey Fedoseev
|
bdb747a5f2
|
Simplified Field.get_choices().
|
2017-11-11 19:38:29 -05:00 |
Sergey Fedoseev
|
f152678d36
|
Removed unneeded iter() call in IfNode.nodelist.
|
2017-11-11 19:36:21 -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 |
Andrei Fokau
|
3ae9c356c5
|
Refs #28593 -- Updated old class names in comments following URL routing changes.
|
2017-11-08 08:43:39 -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 |
Sergey Fedoseev
|
a4f9ef4fe8
|
Refs #28518 -- Improved performance of assigning values to GeometryFields.
|
2017-11-07 09:49:29 -05:00 |
Дилян Палаузов
|
c69e4bc691
|
Fixed #28769 -- Replaced 'x if x else y' with 'x or y'.
|
2017-11-07 09:08:46 -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 |
Sergey Fedoseev
|
e9a370bb6a
|
Simplified GeometryField.select_format().
|
2017-11-04 10:08:25 -04:00 |
Tom
|
b81905bfd4
|
Fixed #28571 -- Added a prompt to bypass password validation in createsuperuser.
|
2017-11-03 20:00:08 -04:00 |
Nick
|
3d22121a0b
|
Clarified error message for when sqlplarse isn't installed.
|
2017-11-03 10:09:46 -04:00 |
Ondrej Kolimar
|
ba2c4ec7cc
|
Fixed #28768 -- Added Slovak char map for Javascript slug generation.
|
2017-11-03 09:22:59 -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 |
Tim Graham
|
afd375fc34
|
Fixed #28741 -- Removed unnecessary leading dot from cross-domain cookie examples.
|
2017-11-01 10:57:59 -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 |
Ville Skyttä
|
23e551ce6c
|
Refs #23919 -- Updated references to urllib.quote() to Python 3 location.
|
2017-10-31 12:05:54 -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 |