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-03 06:09:47 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
docs
/
ref
History
Jonas Haag
a2851f204c
Fixed
#28720
-- Added HttpRequest.get_full_path_info().
2017-11-07 15:58:05 -05:00
..
class-based-views
…
contrib
Fixed
#28632
-- Updated docs about using raw SQL with GIS and doc'd changes from refs
#28518
in release notes.
2017-11-04 10:50:28 -04:00
files
…
forms
…
models
Fixed
#28770
-- Warned that quoting a placeholder in a raw SQL string is unsafe.
2017-11-07 13:07:12 -05:00
templates
…
applications.txt
…
checks.txt
Fixed
#28663
-- Add a check for likely incorrectly migrated django.urls.path() routes.
2017-11-07 11:39:59 -05:00
clickjacking.txt
…
csrf.txt
…
databases.txt
…
django-admin.txt
…
exceptions.txt
…
index.txt
…
middleware.txt
…
migration-operations.txt
…
request-response.txt
Fixed
#28720
-- Added HttpRequest.get_full_path_info().
2017-11-07 15:58:05 -05:00
schema-editor.txt
…
settings.txt
Fixed
#28776
-- Fixed a/an/and typos in docs and comments.
2017-11-06 22:41:03 -05:00
signals.txt
…
template-response.txt
…
unicode.txt
Refs
#23919
-- Replaced doc references to django.utils.http.urlquote() and urlquote_plus() with standard library alternatives.
2017-11-01 11:11:12 -04:00
urlresolvers.txt
…
urls.txt
…
utils.txt
…
validators.txt
…
views.txt
…