Paulo
|
d1286a8a68
|
Fixed #28517 -- Fixed admin delete confirmation view crash when related models don't have a delete permission.
|
2018-01-04 19:07:46 -05:00 |
Tim Graham
|
5d5a2bd299
|
Confirmed support for PostGIS 2.4.
|
2018-01-04 17:27:14 -05:00 |
Sergey Fedoseev
|
2115be616b
|
Refs #28459 -- Improved performance of duration expressions on SQLite.
|
2018-01-04 17:16:17 -05:00 |
Tim Graham
|
8e1a7dab4b
|
Reorganized test_runner test apps.
|
2018-01-04 15:41:33 -05:00 |
Дилян Палаузов
|
d7b2aa24f7
|
Fixed #28982 -- Simplified code with and/or.
|
2018-01-03 20:12:23 -05:00 |
Sergey Fedoseev
|
c2d0f8c084
|
Simplified an iterator in core.serializers.sort_dependencies().
Follow up to acc8dd4142 .
|
2018-01-03 18:37:23 -05:00 |
Jonas Haag
|
602481d0c9
|
Fixed #28986 -- Prevented boolean values in admin list display from being formatted with thousand separators.
|
2018-01-03 15:02:06 -05:00 |
Jonas Haag
|
ea10efebfa
|
Added display_for_value() tests for boolean values.
|
2018-01-03 15:02:00 -05:00 |
Tim Graham
|
acc8dd4142
|
Fixed #28984 -- Made assorted code simplifications.
|
2018-01-03 13:24:02 -05:00 |
Дилян Палаузов
|
d79cf1e9e2
|
Fixed #28985 -- Removed unneeded None checks before hasattr().
|
2018-01-03 11:37:06 -05:00 |
Claude Paroz
|
b3cd9fb18b
|
Refs #15902 -- Made set_language() view always set the current language in a cookie.
The plan is to later deprecate/remove storing the language in the session.
|
2018-01-03 11:25:40 -05:00 |
я котик пур-пур
|
ccc25bfe4f
|
Refs #23919 -- Removed obsolete __init__.py files in management command directories.
|
2018-01-03 11:02:26 -05:00 |
shanghui
|
cc6bcc6ff5
|
Fixed #28867 -- Added system check for a model property that clashes with a related field accessor.
|
2018-01-03 10:34:31 -05:00 |
Robin Ramael
|
fbf647287e
|
Fixed #28811 -- Fixed crash when combining regular and group by annotations.
|
2018-01-03 08:24:16 -05:00 |
Alvin Lindstam
|
2cb6b7732d
|
Fixed #28902 -- Fixed password_validators_help_text_html() double escaping.
|
2018-01-02 19:51:06 -05:00 |
Mariusz Felisiak
|
c86e9b5847
|
Removed DeferredAttribute.__init__()'s unused model argument.
Unused since a8a81aae20 .
|
2018-01-02 17:54:10 -05:00 |
Tim Graham
|
ab7f4c3306
|
Refs #28965 -- Deprecated unused django.utils.http.cookie_date().
|
2018-01-02 11:23:04 -05:00 |
Alexey
|
0afffae4ec
|
Fixed #28965 -- Updated Set-Cookie's Expires date format to follow RFC 7231.
|
2018-01-02 11:22:59 -05:00 |
Tim Graham
|
5f456408a0
|
Refs #28930 -- Simplified schemas test with any().
|
2018-01-02 10:11:48 -05:00 |
Simon Charette
|
f5a989e603
|
Fixed #28974 -- Made refresh_from_db() hint routers about its instance.
|
2018-01-02 09:42:24 -05:00 |
Tim Graham
|
0f5a741ada
|
Added stub release notes for 2.0.2.
|
2018-01-01 20:09:48 -05:00 |
Tim Graham
|
3ae2bcc768
|
Added release date for 2.0.1 and 1.11.9.
|
2018-01-01 19:34:34 -05:00 |
Philipp Bosch
|
248fa208cb
|
Fixed typo in TemplateCommand argument help text.
|
2018-01-01 19:31:27 -05:00 |
Tim Graham
|
d065c92678
|
Fixed #28918 -- Fixed Model.refresh_from_db() for instances hidden by the default manager.
|
2017-12-30 18:00:36 -05:00 |
Simon Charette
|
dcdd219ee1
|
Fixed #25817 -- Made RenameField repoint to_field/to_fields references.
Also updated the autodetector to assume the RenameField operation will
perform the required repointing.
|
2017-12-30 14:59:22 -05:00 |
Simon Charette
|
2faeb21d2f
|
Moved _get_model_tuple() to the base Operation class.
This allows field and special operations to use this logic.
|
2017-12-30 14:50:43 -05:00 |
Sergey Fedoseev
|
1490611038
|
Fixed #28908 -- Allowed ArrayField lookups on ArrayAgg annotations.
|
2017-12-30 14:46:52 -05:00 |
Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి)
|
58ec55b157
|
Fixed #28117 -- Added a helpful message in loaddata when psycopg2 can't load a fixture due to NUL characters.
|
2017-12-30 12:16:11 -05:00 |
Mariusz Felisiak
|
51a00749e9
|
Used Decimal.scaleb() in backends.utils.format_number() and DecimalField.widget_attrs() to improve performance.
|
2017-12-30 18:05:15 +01:00 |
Tomer Chachamu
|
9bc4d90d1a
|
Fixed #14642 -- Fixed generic inline formsets crash when using save_as_new=True.
|
2017-12-30 11:38:11 -05:00 |
Jon Dufresne
|
da82939e5a
|
Fixed #28912 -- Made EmailMessage.message() omit an empty To header.
|
2017-12-30 09:38:03 -05:00 |
Jon Dufresne
|
b03d500295
|
Fixed #28971 -- Made EmailMessage.message() set Cc from headers dict if it exists.
|
2017-12-30 09:37:59 -05:00 |
Jon Dufresne
|
6334939417
|
Tested passing To/Cc/Reply-To in EmailMessage(headers=...) without the corresponding argument.
|
2017-12-29 12:50:31 -05:00 |
Sergey Fedoseev
|
98e78ac754
|
Bumped minimum supported mysqlclient version to 1.3.7.
Follow up to ad9390bba2 .
|
2017-12-29 11:55:29 -05:00 |
shanghui
|
b0a2a2b07e
|
Made a few cleanups to invalid_models_tests.test_models.
|
2017-12-29 10:32:01 -05:00 |
Sergey Fedoseev
|
51ae4e1f32
|
Refs #28459 -- Used default date converter on SQLite for better performance.
See https://docs.python.org/3/library/sqlite3.html#default-adapters-and-converters.
|
2017-12-29 14:37:00 +05:00 |
Sergey Fedoseev
|
ae6fa914aa
|
Fixed #28926 -- Fixed loss of precision of big DurationField values on SQLite and MySQL.
|
2017-12-28 17:35:41 -05:00 |
Tim Graham
|
46d1af2e82
|
Moved generic_inlineformset_factory() tests to a separate file.
|
2017-12-28 17:17:47 -05:00 |
Mariusz Felisiak
|
83a36ac49a
|
Removed unnecessary trailing commas and spaces in various code.
|
2017-12-28 21:07:29 +01:00 |
Tim Graham
|
058d112ed2
|
Refs #27175 -- Removed an obsolete test comment and DEBUG=True.
As of e62165b898 , {% include %}
doesn't silence exceptions.
|
2017-12-28 14:57:06 -05:00 |
Sergey Fedoseev
|
47aba5ed1f
|
Linked GIS functions docs to corresponding MySQL docs.
|
2017-12-28 14:21:19 +05:00 |
Sergey Fedoseev
|
aefe624c62
|
Fixed #28841 -- Added ForcePolygonCW GIS function and deprecated ForceRHR.
|
2017-12-27 19:26:14 -05:00 |
Sergey Fedoseev
|
44908d4d93
|
Fixed #28967 -- Prevented Cast to FloatField from rounding to integer on MySQL.
|
2017-12-27 19:16:37 -05:00 |
hui shang
|
f1aa58479c
|
Fixed #28714 -- Added system checks for invalid model field names in Meta.indexes.
Thanks Gabriel for the report and Adam Johnson for the review.
|
2017-12-27 18:56:24 -05:00 |
Mariusz Felisiak
|
1d00923848
|
Refs #28958 -- Added a test for ModelAdmin with query expressions in ordering.
This provides additional test coverage but isn't a regression test for
the ticket's issue.
|
2017-12-27 19:47:14 +01:00 |
Mariusz Felisiak
|
c815213740
|
Fixed #28958 -- Fixed admin changelist crash when using a query expression in the page's ordering.
Thanks Tim Graham for the review.
|
2017-12-27 18:38:30 +01:00 |
Tim Graham
|
038ea4f859
|
Fixed #28966 -- Doc'd that the uuid URL path converter requires dashes
|
2017-12-27 12:23:44 -05:00 |
Sergey Fedoseev
|
ae1baa7d1d
|
Refs #28459 -- Improved performance of loading DurationField on SQLite and MySQL.
|
2017-12-27 12:23:08 -05:00 |
Mads Jensen
|
ef6c680f60
|
Removed unused variable in QuerySet._earliest_or_latest().
|
2017-12-27 09:04:46 -05:00 |
Sergey Fedoseev
|
d0f569b350
|
Refs #28459 -- Improved performance of loading DecimalField on SQLite.
|
2017-12-26 18:12:37 -05:00 |