This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
django
Watch
1
Star
0
Fork
0
You've already forked django
mirror of
https://github.com/django/django.git
synced
2025-01-27 10:39:40 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
docs
/
ref
History
Tim Graham
5e450c52aa
Removed current_app argument to render() and TemplateResponse().
...
Per deprecation timeline.
2015-09-23 19:31:10 -04:00
..
class-based-views
Refs
#23656
-- Required FormMixin.get_form() form_class parameter to be optional.
2015-09-23 19:31:10 -04:00
contrib
Refs
#24099
-- Removed compatibility shim for ContentType.name field.
2015-09-23 19:31:10 -04:00
files
Refs
#9893
-- Removed shims for lack of max_length support in file storage per deprecation timeline.
2015-09-23 19:31:10 -04:00
forms
Refs
#23151
-- Removed RegexField.error_message per deprecation timeline.
2015-09-23 19:31:10 -04:00
models
Refs
#12663
-- Removed deprecated Model._meta methods.
2015-09-23 19:31:09 -04:00
templates
Removed current_app argument to render() and TemplateResponse().
2015-09-23 19:31:10 -04:00
applications.txt
Recommended against default_app_config.
2015-09-22 08:31:50 +02:00
checks.txt
Refs
#24022
-- Removed the ssi tag per deprecation timeline.
2015-09-23 19:31:09 -04:00
clickjacking.txt
…
csrf.txt
…
databases.txt
…
django-admin.txt
Refs
#23359
-- Removed the migrate --list option per deprecation timeline.
2015-09-23 19:31:10 -04:00
exceptions.txt
…
index.txt
…
middleware.txt
Refs
#23957
-- Required session verification per deprecation timeline.
2015-09-23 19:31:10 -04:00
migration-operations.txt
Fixed
#25430
-- Fixed incorrect RunSQL examples.
2015-09-19 18:11:43 -04:00
request-response.txt
…
schema-editor.txt
…
settings.txt
Refs
#23957
-- Required session verification per deprecation timeline.
2015-09-23 19:31:10 -04:00
signals.txt
…
template-response.txt
Removed current_app argument to render() and TemplateResponse().
2015-09-23 19:31:10 -04:00
unicode.txt
…
urlresolvers.txt
Refs
#22384
-- Removed the ability to reverse URLs by dotted path per deprecation timeline.
2015-09-23 19:31:09 -04:00
urls.txt
Refs
#23276
-- Removed passing views as strings to url() per deprecation timeline.
2015-09-23 19:31:09 -04:00
utils.txt
Refs
#23269
-- Removed the removetags template tag and related functions per deprecation timeline.
2015-09-23 19:31:09 -04:00
validators.txt
…
views.txt
…