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-02-23 16:24:46 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
docs
/
ref
History
Hasan Ramezani
a5308514fb
Fixed
#27801
-- Made createsuperuser fall back to environment variables for password and required fields.
2019-07-02 12:55:09 +02:00
..
class-based-views
…
contrib
Fixed
#28588
-- Doc'd User.has_perm() & co. behavior for active superusers.
2019-07-02 11:20:53 +02:00
files
…
forms
…
models
…
templates
Fixed
#30589
-- Clarified that urlize should be applied only to email addresses without single quotes.
2019-07-01 11:39:31 +02:00
applications.txt
Used auto-numbered lists in documentation.
2018-11-15 13:54:28 -05:00
checks.txt
Fixed typos in comments and docs.
2019-07-02 09:36:17 +02:00
clickjacking.txt
…
csrf.txt
…
databases.txt
…
django-admin.txt
Fixed
#27801
-- Made createsuperuser fall back to environment variables for password and required fields.
2019-07-02 12:55:09 +02:00
exceptions.txt
…
index.txt
…
middleware.txt
…
migration-operations.txt
…
request-response.txt
…
schema-editor.txt
…
settings.txt
Fixed CVE-2019-12781 -- Made HttpRequest always trust SECURE_PROXY_SSL_HEADER if set.
2019-07-01 07:48:04 +02:00
signals.txt
…
template-response.txt
…
unicode.txt
…
urlresolvers.txt
…
urls.txt
Refs
#24733
-- Documented arguments for custom error views.
2018-07-31 17:02:40 -04:00
utils.txt
Fixed
#30594
-- Added 'private' Cache-Control directive to never_cache() decorator.
2019-06-26 09:25:24 +02:00
validators.txt
…
views.txt
…