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-01-27 10:39:40 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
docs
/
ref
History
Dulmandakh
06372a8d27
Fixed
#30507
-- Updated admin's jQuery to 3.4.1.
2019-08-23 11:00:16 +02:00
..
class-based-views
…
contrib
Fixed
#30507
-- Updated admin's jQuery to 3.4.1.
2019-08-23 11:00:16 +02:00
files
…
forms
…
models
Refs
#28428
-- Made FileField.upload_to support pathlib.Path.
2019-08-18 20:34:58 +02:00
templates
…
applications.txt
Fixed typo in docs/ref/applications.txt.
2019-08-23 08:48:26 +02:00
checks.txt
…
clickjacking.txt
…
csrf.txt
…
databases.txt
…
django-admin.txt
…
exceptions.txt
…
index.txt
…
middleware.txt
…
migration-operations.txt
Fixed
#30696
-- Removed obsolete mention of CheckConstraint in the AddConstraint docs.
2019-08-11 15:39:48 +02:00
paginator.txt
…
request-response.txt
Fixed
#30694
-- Documented FileResponse does not seek its file source.
2019-08-17 09:20:36 +02:00
schema-editor.txt
…
settings.txt
Refs
#30426
-- Changed default SECURE_CONTENT_TYPE_NOSNIFF to True.
2019-08-18 13:17:49 +02:00
signals.txt
…
template-response.txt
…
unicode.txt
…
urlresolvers.txt
…
urls.txt
…
utils.txt
Fixed
#30701
-- Updated patch_vary_headers() to handle an asterisk according to RFC 7231.
2019-08-16 15:25:42 +02:00
validators.txt
…
views.txt
…