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
Mariusz Felisiak
f883bef054
Refs
#35591
-- Removed hardcoded "stable" version in runserver warning.
2024-08-12 10:57:02 +02:00
..
class-based-views
…
contrib
Doc'd that SessionMiddleware is required for the admin site.
2024-08-08 08:48:41 -03:00
files
Fixed
#35604
, Refs
#35326
-- Made FileSystemStorage.exists() behaviour independent from allow_overwrite.
2024-07-24 14:55:10 +02:00
forms
Used :pypi: role in docs where appropriate.
2024-08-05 10:35:50 -03:00
models
Used :pypi: role in docs where appropriate.
2024-08-05 10:35:50 -03:00
templates
…
applications.txt
…
checks.txt
…
clickjacking.txt
…
csrf.txt
…
databases.txt
…
django-admin.txt
Refs
#35591
-- Removed hardcoded "stable" version in runserver warning.
2024-08-12 10:57:02 +02:00
exceptions.txt
…
index.txt
…
logging.txt
…
middleware.txt
Refs
#31405
-- Improved LoginRequiredMiddleware documentation.
2024-08-08 10:05:31 +02:00
migration-operations.txt
…
paginator.txt
…
request-response.txt
…
schema-editor.txt
…
settings.txt
…
signals.txt
…
template-response.txt
…
unicode.txt
…
urlresolvers.txt
…
urls.txt
…
utils.txt
Fixed
#35627
-- Raised a LookupError rather than an unhandled ValueError in get_supported_language_variant().
2024-07-25 09:38:46 +02:00
validators.txt
…
views.txt
…