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-11 01:46:50 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
docs
/
ref
History
Ben Cail
02a600ff67
Fixed
#16281
-- Fixed ContentType.get_object_for_this_type() in a multiple database setup.
2024-02-05 08:25:23 +01:00
..
class-based-views
…
contrib
Fixed
#16281
-- Fixed ContentType.get_object_for_this_type() in a multiple database setup.
2024-02-05 08:25:23 +01:00
files
…
forms
…
models
…
templates
Updated "Dive Into Python" links.
2024-01-20 19:43:55 +01:00
applications.txt
…
checks.txt
…
clickjacking.txt
…
csrf.txt
…
databases.txt
Fixed
#29280
-- Made the transactions behavior configurable on SQLite.
2024-01-30 11:42:34 +01:00
django-admin.txt
Updated "Dive Into Python" links.
2024-01-20 19:43:55 +01:00
exceptions.txt
…
index.txt
…
logging.txt
Fixed
#34971
-- Doc'd additional loggers.
2024-01-23 17:17:49 -03:00
middleware.txt
…
migration-operations.txt
…
paginator.txt
…
request-response.txt
Corrected code-block directives in docs.
2023-12-28 19:52:15 +01:00
schema-editor.txt
…
settings.txt
Fixed
#35141
-- Clarified the expected type of CACHE_MIDDLEWARE_SECONDS setting.
2024-01-29 19:18:43 +01:00
signals.txt
…
template-response.txt
…
unicode.txt
…
urlresolvers.txt
…
urls.txt
…
utils.txt
Applied Black's 2024 stable style.
2024-01-26 12:45:07 +01:00
validators.txt
…
views.txt
…