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 |
Jonas Haag
|
a2851f204c
|
Fixed #28720 -- Added HttpRequest.get_full_path_info().
|
2017-11-07 15:58:05 -05:00 |
Tom
|
b81905bfd4
|
Fixed #28571 -- Added a prompt to bypass password validation in createsuperuser.
|
2017-11-03 20:00:08 -04:00 |
k
|
399a8db33b
|
Fixed #28695 -- Allowed models to use __init_subclass__().
|
2017-10-13 21:29:12 -04:00 |
Simon Charette
|
9d93dff333
|
Fixed #28665 -- Change some database exceptions to NotImplementedError per PEP 249.
|
2017-10-06 12:47:08 -04:00 |
Tim Graham
|
fd866c25d1
|
Fixed #28654 -- Dropped support for SpatiaLite 4.0.
|
2017-09-30 14:13:18 -04:00 |
Tim Graham
|
1d8cfa3608
|
Fixed #28626 -- Dropped support for PostgreSQL 9.3.
Thanks Simon Charette for the introspection changes.
|
2017-09-27 11:00:04 -04:00 |
Tim Graham
|
8a1768432b
|
Fixed #28552 -- Dropped support for MySQL 5.5.
|
2017-09-25 14:48:11 -04:00 |
Tim Graham
|
2bd207ada0
|
Refs #15667 -- Removed support for Widget.render() methods without the renderer argument.
Per deprecation timeline.
|
2017-09-22 12:51:18 -04:00 |
Tim Graham
|
ba42456c2e
|
Refs #27648 -- Removed support for (iLmsu) regex groups in url() patterns.
Per deprecation timeline.
|
2017-09-22 12:51:18 -04:00 |
Tim Graham
|
5bcca2a056
|
Refs #27532 -- Removed Model._meta.has_auto_field per deprecation timeline.
|
2017-09-22 12:51:18 -04:00 |
Tim Graham
|
48d57788ee
|
Refs #26447 -- Removed the USE_ETAGS setting per deprecation timeline.
|
2017-09-22 12:51:18 -04:00 |
Tim Graham
|
4502489a46
|
Refs #18974 -- Removed @models.permalink() decorator per deprecation timeline.
|
2017-09-22 12:51:18 -04:00 |
Tim Graham
|
5e31be1b96
|
Refs #25187 -- Required the authenticate() method of authentication backends to have request as the first positional argument.
Per deprecation timeline.
|
2017-09-22 12:51:18 -04:00 |
Tim Graham
|
578711c310
|
Refs #27098 -- Removed DatabaseIntrospection.get_indexes() per deprecation timeline.
|
2017-09-22 12:51:18 -04:00 |
Tim Graham
|
e62165b898
|
Refs #27175 -- Removed exception silencing from the {% include %} template tag.
Per deprecation timeline.
|
2017-09-22 12:51:18 -04:00 |
Tim Graham
|
96107e2844
|
Refs #26956 -- Removed the host parameter of django.utils.http.is_safe_url().
Per deprecation timeline.
|
2017-09-22 12:51:18 -04:00 |
Tim Graham
|
e47b56d791
|
Refs #20892 -- Removed support for passing pylibmc behavior settings as top-level attributes of CACHES['OPTIONS'].
Per deprecation timeline.
|
2017-09-22 12:51:17 -04:00 |
Tim Graham
|
87d2240e6c
|
Refs #27067 -- Removed django.utils.translation.string_concat() per deprecation timeline.
|
2017-09-22 12:51:17 -04:00 |
Tim Graham
|
9463a7a8cd
|
Refs #26840 -- Removed django.test.runner.setup_databases() per deprecation timeline.
|
2017-09-22 12:51:17 -04:00 |
Tim Graham
|
6e40b70bf4
|
Refs #26929 -- Removed extra_context parameter of contrib.auth.views.logout_then_login().
Per deprecation timeline.
|
2017-09-22 12:51:17 -04:00 |
Tim Graham
|
4f313e284e
|
Refs #17209 -- Removed login/logout and password reset/change function-based views.
Per deprecation timeline.
|
2017-09-22 12:51:17 -04:00 |
Tim Graham
|
deb592b3e3
|
Added stub 2.1 release notes.
|
2017-09-22 12:51:17 -04:00 |