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-03 21:55:04 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
docs
/
ref
History
gabn88
e970bb7ca7
Fixed
#35103
-- Used provided error code and message when fields is set without a condition on UniqueConstraint.
2024-10-10 09:20:37 +02:00
..
class-based-views
…
contrib
Fixed
#35303
-- Implemented async auth backends and utils.
2024-10-07 14:19:41 +02:00
files
…
forms
…
models
Fixed
#35103
-- Used provided error code and message when fields is set without a condition on UniqueConstraint.
2024-10-10 09:20:37 +02:00
templates
Fixed
#35797
-- Removed debug context processor from default project template.
2024-09-30 16:52:28 -03:00
applications.txt
…
checks.txt
…
clickjacking.txt
…
csrf.txt
…
databases.txt
…
django-admin.txt
…
exceptions.txt
…
index.txt
…
logging.txt
Fixed CVE-2024-45231 -- Avoided server error on password reset when email sending fails.
2024-09-03 09:22:32 -03:00
middleware.txt
Reindented attributes and methods for classes in docs/ref/middleware.txt.
2024-10-02 14:21:10 -03:00
migration-operations.txt
…
paginator.txt
…
request-response.txt
Fixed
#35631
-- Added HttpRequest.get_preferred_type().
2024-09-09 12:02:18 +02:00
schema-editor.txt
…
settings.txt
…
signals.txt
…
template-response.txt
…
unicode.txt
…
urlresolvers.txt
…
urls.txt
Relocated path() explanation to docs/ref/urls.txt to simplify tutorial 1.
2024-09-30 13:31:26 -03:00
utils.txt
…
validators.txt
…
views.txt
…