Aymeric Augustin
|
1d78897c5d
Fixed #17166 -- Documented how FIXTURE_DIRS works in the inital data how-to, and edited related bits in the settings reference.
|
13 yıl önce |
Aymeric Augustin
|
7a7ec73efe
Fixed #16452 -- Clarified that the DATE/DATETIME/TIME_INPUT_FORMATS settings have no effect when USE_L10N is True. Thanks Travis Brooks.
|
13 yıl önce |
Adrian Holovaty
|
7981efe04f
Documentation (and some small source code) edits from [17432] - [17537]
|
13 yıl önce |
Jannis Leidel
|
ec5e2f0ccc
Fixed #17460 -- Extended the HIDDEN_SETTINGS constant in with a few more sensible names of settings to hide in the debug view. Many thanks to chomik, lpiatek and tomaszrybak.
|
13 yıl önce |
Adrian Holovaty
|
d4f11eb776
Fixed incorrect 'setting::' prefix in settings.txt
|
13 yıl önce |
Adrian Holovaty
|
61f0aff811
Fixed #14597 -- Added a SECURE_PROXY_SSL_HEADER setting for cases when you're behind a proxy that 'swallows' the fact that a request is HTTPS
|
13 yıl önce |
Jannis Leidel
|
6f66b55108
Fixed #17255 -- Removed "as" prefix from new timezone template filter names for the sake of clarity. Cheers to Aymeric Augustin for bearing with me.
|
13 yıl önce |
Aymeric Augustin
|
9b1cb755a2
Added support for time zones. Thanks Luke Plant for the review. Fixed #2626.
|
13 yıl önce |
Luke Plant
|
3b7a4c6adc
Fixed #17117 - ADMIN_MEDIA_PREFIX should still be visible in docs
|
13 yıl önce |
Aymeric Augustin
|
67e6e0fcf3
Fixed #17087 -- Re-organized the i18n docs to reduce confusion between USE_I18N/USE_L10N and the concepts of internationalization/localisation. Re
|
13 yıl önce |
Carl Meyer
|
145a77edc9
Fixed #16360 -- Added WSGI entrypoint to startproject layout, and enabled internal servers (runserver and runfcgi) to use an externally-defined WSGI application. Thanks to Armin Ronacher, Jannis Leidel, Alex Gaynor, ptone, and Jacob Kaplan-Moss.
|
13 yıl önce |
Aymeric Augustin
|
246580573d
Fixed #12308 -- Added tablespace support to the PostgreSQL backend.
|
13 yıl önce |
Luke Plant
|
d1e5c55258
Fixed many more ReST indentation errors, somehow accidentally missed from [16955]
|
13 yıl önce |
Aymeric Augustin
|
846fc7260a
Fixed typo in r16935. Refs #17012.
|
13 yıl önce |
Aymeric Augustin
|
510ea906f7
Fixed #17012 - Removed references to the 'hasNoProfanities' validator. Refs #8794.
|
13 yıl önce |
Julien Phalip
|
fc06ec0daf
Fixed #16876 -- Fixed a cross reference in the settings reference doc. Thanks to Gumnos for the report.
|
13 yıl önce |
Julien Phalip
|
357910c1c6
Rectified the settings reference documentation to indicate that `USE_L10N` (and not `USE_I18N`) controls the activation of locale-dictated formats.
|
13 yıl önce |
Carl Meyer
|
00678334aa
Fixed #16863 -- Corrected ReST markup to avoid errors building docs.
|
13 yıl önce |
Carl Meyer
|
d1d6109229
Added release note and updated TEMPLATE_DEBUG documentation for r16833. Thanks jezdez for the reminder.
|
13 yıl önce |
Russell Keith-Magee
|
5f287f75f2
Altered the behavior of URLField to avoid a potential DOS vector, and to avoid potential leakage of local filesystem data. A security announcement will be made shortly.
|
13 yıl önce |
Russell Keith-Magee
|
893cea211a
Added protection against spoofing of X_FORWARDED_HOST headers. A security announcement will be made shortly.
|
13 yıl önce |
Alex Gaynor
|
d036b87126
Remove no-longer-valid references to the DATABASE_* settings, the legacy code for them was already removed.
|
13 yıl önce |
Jannis Leidel
|
6819312c98
Fixed #15918 -- Refined documentation of the various localization settings, especially with regard to the thousand separator. Thanks, Aymeric Augustin.
|
13 yıl önce |
Ramiro Morales
|
932b1b8d6d
Converted links to external topics so they use intersphinx extension markup.
|
13 yıl önce |
Julien Phalip
|
5c1b4ab75b
Fixed #16729 -- Fixed a small typo in the settings reference doc. Thanks to simon.cruanes.2007@m4x.org for the report and to Aymeric Augustin for the patch.
|
13 yıl önce |
Malcolm Tredinnick
|
f77666a4af
Documented some Oracle-specific test settings.
|
13 yıl önce |
Jannis Leidel
|
566b3295fa
Fixed #16621 -- Fixed lots of typos in the docs. Thanks, Bernhard Essl.
|
13 yıl önce |
Chris Beaven
|
956da729d1
Add a note to USE_L10N settings documentation that startproject sets USE_L10N = True
|
13 yıl önce |
Jannis Leidel
|
38a2444277
Fixed #16050 -- BACKWARDS-INCOMPATIBLE CHANGE: Moved static files of the admin to conventional file system location.
|
13 yıl önce |
Luke Plant
|
45e55b9143
Fixed #14614 - filtering of sensitive information in 500 error reports.
|
14 yıl önce |