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 13:34:26 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
docs
/
ref
History
Claude Paroz
f3836144db
Fixed
#29484
-- Removed the need to specify SPATIALITE_LIBRARY_PATH with Spatialite 4.2+.
...
Thanks Tim Graham for the review.
2018-06-09 09:24:20 +02:00
..
class-based-views
Mentioned SuccessMessageMixin in generic editing views docs.
2018-05-25 14:31:11 -04:00
contrib
Fixed
#29484
-- Removed the need to specify SPATIALITE_LIBRARY_PATH with Spatialite 4.2+.
2018-06-09 09:24:20 +02:00
files
…
forms
…
models
Fixed
#29440
-- Doc'd where the bulk argument applies in RelatedManager.
2018-06-08 14:36:17 -04:00
templates
Fixed
#29374
-- Ordered date filter's format strings by category.
2018-06-04 09:37:42 -04:00
applications.txt
…
checks.txt
…
clickjacking.txt
…
csrf.txt
…
databases.txt
…
django-admin.txt
…
exceptions.txt
…
index.txt
…
middleware.txt
Remove documenation for non-existent middleware (
#9998
)
2018-05-27 16:08:50 +02:00
migration-operations.txt
…
request-response.txt
Fixed docs typo in HttpResponse.set_signed_cookie() signature.
2018-05-27 16:50:30 -04:00
schema-editor.txt
…
settings.txt
Reverted "Fixed
#29324
-- Made Settings raise ImproperlyConfigured if SECRET_KEY is accessed and not set."
2018-05-26 21:06:58 -04:00
signals.txt
…
template-response.txt
…
unicode.txt
…
urlresolvers.txt
…
urls.txt
…
utils.txt
…
validators.txt
…
views.txt
…