Alex Morozov
|
5abed864ee
Fixed #25710 -- Clarified the docs about what INTERNAL_IPS does.
|
9 years ago |
Tim Graham
|
abf5ccc29c
Fixed #25489 -- Documented that SESSION_SAVE_EVERY_REQUEST doesn't create empty sessions.
|
9 years ago |
Claude Paroz
|
7d81ee6efc
Fixed #16734 -- Set script prefix even outside of requests
|
9 years ago |
Tim Graham
|
54848a96dd
Removed versionadded/changed annotations for 1.8.
|
9 years ago |
Tim Graham
|
2a20ebe6a5
Removed deprecated TEMPLATE_* settings per deprecation timeline.
|
9 years ago |
Tim Graham
|
849037af36
Refs #23957 -- Required session verification per deprecation timeline.
|
9 years ago |
Tim Graham
|
04ee4059d7
Refs #24022 -- Removed the ssi tag per deprecation timeline.
|
9 years ago |
Matt Robenolt
|
b0c56b895f
Fixed #24496 -- Added CSRF Referer checking against CSRF_COOKIE_DOMAIN.
|
10 years ago |
Tim Graham
|
f3e5a74646
Refs #25386 -- Added links to the OPTIONS of the built-in template backends.
|
9 years ago |
Markus Holtermann
|
2b98034fbb
Cleaned up surrounding documentation
|
9 years ago |
Markus Holtermann
|
a3c01b0dd8
Fixed #24919 -- Allowed disabling of migrations on a per app basis
|
9 years ago |
Jose Carlos Menezes
|
cf99bae53a
Fixed #25351 -- Added example for database test settings to docs.
|
9 years ago |
Tim Graham
|
862de0b254
Fixed #25356 -- Removed default_app_config from startapp template.
|
9 years ago |
Joshua Kehn
|
ab26b65b2f
Fixed #25334 -- Provided a way to allow cross-origin unsafe requests over HTTPS.
|
9 years ago |
Tim Graham
|
01b2b0b654
Fixed #25318 -- Made SILENCED_SYSTEM_CHECKS suppress all messages.
|
9 years ago |
Tim Graham
|
2a1a085bf1
Fixed #25309 -- Corrected that ATOMIC_REQUESTS applies per view not per request.
|
9 years ago |
Claude Paroz
|
64982cc2fb
Updated Wikipedia links to use https
|
9 years ago |
Caio Ariede
|
ec9004728e
Fixed #25175 -- Renamed the postgresql_psycopg2 database backend to postgresql.
|
9 years ago |
Matt Robenolt
|
4dcfbd7923
Fixed #25211 -- Added HttpRequest.get_port() and USE_X_FORWARDED_PORT setting.
|
9 years ago |
Konrad Świat
|
2f6bdab159
Fixed #25125 -- Updated docs on cookie naming conventions.
|
9 years ago |
Tim Graham
|
aaacaeb096
Renamed RemovedInDjangoXYWarnings for new roadmap.
|
9 years ago |
Tim Graham
|
4a66564888
Fixed #25010 -- Documented APP_DIRS default in startproject's settings.py
|
9 years ago |
Tim Graham
|
55b3bd8468
Refs #16860 -- Minor edits and fixes to password validation.
|
9 years ago |
Erik Romijn
|
1daae25bdc
Fixed #16860 -- Added password validation to django.contrib.auth.
|
10 years ago |
garwoodpr
|
5edf25bddd
Cosmetic edits and minor corrections to docs/ref/settings.txt.
|
9 years ago |
Aymeric Augustin
|
ed83881e64
Fixed #23820 -- Supported per-database time zone.
|
9 years ago |
Piotr Jakimiak
|
ca51c55915
Fixed broken link in settings docs
|
9 years ago |
Dave Hodder
|
08c980d752
Updated capitalization in the word "JavaScript" for consistency
|
9 years ago |
Fabio Natali
|
cb506aed2a
Fixed #23814 -- Documented apps refactored out of Django.
|
10 years ago |
Tim Graham
|
8219eabbba
Fixed #24503 -- Added docs on LANGUAGE_CODE fallback change in 1.8.
|
10 years ago |