Johannes Hoppe
|
b131f9c79f
|
Refs #29444 -- Renamed DatabaseFeatures.can_return_id* to be generic for other columns.
|
2019-01-30 15:31:56 -05:00 |
Dan Tao
|
738faf9da2
|
Fixed #30108 -- Allowed adding foreign key constraints in the same statement that adds a field.
|
2019-01-29 15:42:57 -05:00 |
rsiemens
|
a168e5616c
|
Fixed #29973 -- Added compilemessages --ignore option.
|
2019-01-28 18:23:41 -05:00 |
Nick Pope
|
0ef9979669
|
Fixed #30123 -- Removed tuple support in DatabaseIntrospection.get_field_type().
Support for returning tuples was undocumented and error prone.
|
2019-01-23 13:18:03 -05:00 |
Nick Pope
|
327bbaae24
|
Refs #30123 -- Changed second arg of DatabaseIntrospection.get_geometry_type() to the row description.
|
2019-01-23 13:18:03 -05:00 |
Tim Graham
|
92d4d0859a
|
Refs #21221 -- Removed staticfiles and admin_static template tag libraries.
Per deprecation timeline.
|
2019-01-17 10:52:19 -05:00 |
Tim Graham
|
958a7b4ca6
|
Refs #28965 -- Removed utils.http.cookie_date() per deprecation timeline.
|
2019-01-17 10:52:19 -05:00 |
Tim Graham
|
6f23996a59
|
Refs #28841 -- Removed ForceRHR function per deprecation timeline.
|
2019-01-17 10:52:19 -05:00 |
Tim Graham
|
1fecde6be9
|
Refs #11557 -- Removed the field_name keyword argument to QuerySet.earliest() and latest().
Per deprecation timeline.
|
2019-01-17 10:52:19 -05:00 |
Tim Graham
|
da5eb3d56c
|
Refs #28370 -- Removed support for the context arg of Field.from_db_value() and Expression.convert_value().
Per deprecation timeline.
|
2019-01-17 10:52:19 -05:00 |
Tim Graham
|
7c66aaa2b6
|
Refs #28137 -- Removed HttpRequest.xreadlines() per deprecation timeline.
|
2019-01-17 10:52:16 -05:00 |
Tim Graham
|
8045dff98c
|
Refs #27829 -- Removed settings.DEFAULT_CONTENT_TYPE per deprecation timeline.
|
2019-01-17 10:50:25 -05:00 |
Tim Graham
|
573ec714e5
|
Refs #25978 -- Removed shortcuts.render_to_response() per deprecation timeline.
|
2019-01-17 10:50:25 -05:00 |
Tim Graham
|
944469939b
|
Refs #25175 -- Removed db.backends.postgresql_psycopg2 per deprecation timeline.
|
2019-01-17 10:50:25 -05:00 |
Tim Graham
|
eb0ce6fa36
|
Added stub release notes for 3.0.
|
2019-01-17 10:50:25 -05:00 |