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-04 06:05:02 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
docs
/
ref
History
Nick Pope
88b3982af3
Fixed a typo in docs/ref/models/fields.txt.
...
datetime.date.utcnow() doesn't exist, should be .today().
2021-05-12 11:06:29 +02:00
..
class-based-views
…
contrib
Fixed
#32670
-- Allowed GDALRasters to use any GDAL virtual filesystem.
2021-05-07 20:03:46 +02:00
files
…
forms
…
models
Fixed a typo in docs/ref/models/fields.txt.
2021-05-12 11:06:29 +02:00
templates
Fixed
#32735
-- Made DateFormat.Y() return a zero-padded year.
2021-05-12 08:17:06 +02:00
applications.txt
…
checks.txt
Fixed
#32678
-- Removed SECURE_BROWSER_XSS_FILTER setting.
2021-04-30 12:32:52 +02:00
clickjacking.txt
…
csrf.txt
…
databases.txt
…
django-admin.txt
…
exceptions.txt
…
index.txt
…
middleware.txt
Fixed
#32678
-- Removed SECURE_BROWSER_XSS_FILTER setting.
2021-04-30 12:32:52 +02:00
migration-operations.txt
…
paginator.txt
…
request-response.txt
Fixed capitalization of "ECMAScript" and "JavaScript".
2021-04-29 20:29:08 +02:00
schema-editor.txt
…
settings.txt
Fixed
#32678
-- Removed SECURE_BROWSER_XSS_FILTER setting.
2021-04-30 12:32:52 +02:00
signals.txt
…
template-response.txt
…
unicode.txt
…
urlresolvers.txt
…
urls.txt
…
utils.txt
…
validators.txt
…
views.txt
…