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-03-02 13:04:24 +00:00
Code
Issues
32
Releases
Wiki
Activity
3119a6deca
Branches
Tags
View all branches
django
/
docs
/
ref
History
manav014
3119a6deca
Fixed
#26607
-- Allowed customizing formset kwargs with ModelAdmin.get_formset_kwargs().
...
Thanks Nick Pope for reviews.
2021-02-15 11:37:35 +01:00
..
class-based-views
Used .. attribute:: directive in authentication views docs.
2021-02-08 18:12:58 +01:00
contrib
Fixed
#26607
-- Allowed customizing formset kwargs with ModelAdmin.get_formset_kwargs().
2021-02-15 11:37:35 +01:00
files
…
forms
…
models
…
templates
Documented an example custom context processor.
2021-02-11 14:36:32 +01:00
applications.txt
Fixed
#31007
-- Allowed specifying type of auto-created primary keys.
2020-12-15 11:25:46 +01:00
checks.txt
…
clickjacking.txt
…
csrf.txt
…
databases.txt
…
django-admin.txt
Fixed
#32355
-- Dropped support for Python 3.6 and 3.7
2021-02-10 10:20:54 +01:00
exceptions.txt
…
index.txt
…
middleware.txt
…
migration-operations.txt
…
paginator.txt
Improved pagination documentation
2021-02-11 14:17:01 +01:00
request-response.txt
…
schema-editor.txt
…
settings.txt
…
signals.txt
…
template-response.txt
…
unicode.txt
…
urlresolvers.txt
…
urls.txt
…
utils.txt
Fixed
#32355
-- Dropped support for Python 3.6 and 3.7
2021-02-10 10:20:54 +01:00
validators.txt
…
views.txt
…