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 02:29:55 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
docs
/
ref
History
mgaligniana
ac5cc6cf01
Fixed
#33316
-- Added pagination to admin history view.
2021-12-15 10:54:08 +01:00
..
class-based-views
…
contrib
Fixed
#33316
-- Added pagination to admin history view.
2021-12-15 10:54:08 +01:00
files
…
forms
Refs
#32338
-- Added Boundfield.legend_tag().
2021-12-09 07:16:33 +01:00
models
Corrected example in models.DecimalField docs.
2021-12-13 07:20:35 +01:00
templates
…
applications.txt
…
checks.txt
…
clickjacking.txt
…
csrf.txt
Fixed
#32800
-- Changed CsrfViewMiddleware not to mask the CSRF secret.
2021-11-29 10:47:39 +01:00
databases.txt
Updated link to Microsoft SQL Server backend.
2021-12-13 07:17:05 +01:00
django-admin.txt
…
exceptions.txt
…
index.txt
…
logging.txt
…
middleware.txt
…
migration-operations.txt
…
paginator.txt
…
request-response.txt
…
schema-editor.txt
…
settings.txt
Fixed
#30398
-- Added CONN_HEALTH_CHECKS database setting.
2021-12-01 07:44:48 +01:00
signals.txt
…
template-response.txt
…
unicode.txt
…
urlresolvers.txt
…
urls.txt
…
utils.txt
Fixed
#33338
-- Doc'd that never_cache() decorator set Expires header.
2021-12-13 15:34:19 +01:00
validators.txt
…
views.txt
…