Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/conf
Commit message (Collapse)AuthorAgeFilesLines
* Updated translation catalogsClaude Paroz2015-10-091-182/+188
| | | | Forward port of f717cb2ab4 from stable/1.9.x.
* Fixed #25525 -- Added instructions about importing ↵Baptiste Mispelon2015-10-071-1/+2
| | | | include() in urls.py
* Removed deprecated TEMPLATE_* settings per deprecation ↵Tim Graham2015-09-241-29/+0
| | | | timeline.
* Refs #23957 -- Required session verification per ↵Tim Graham2015-09-242-13/+0
| | | | deprecation timeline.
* Refs #22384 -- Removed the ability to reverse URLs by ↵Tim Graham2015-09-241-1/+3
| | | | dotted path per deprecation timeline.
* Refs #23276 -- Removed passing views as strings to url() ↵Tim Graham2015-09-241-15/+2
| | | | per deprecation timeline.
* Refs #22218 -- Removed conf.urls.patterns() per ↵Tim Graham2015-09-242-37/+5
| | | | deprecation timeline.
* Refs #24022 -- Removed the ssi tag per deprecation timeline.Tim Graham2015-09-242-5/+0
|
* Fixed #25356 -- Removed default_app_config from startapp ↵Tim Graham2015-09-071-1/+0
| | | | | | template. Also discouraged its use outside the intended use case.
* Fixed #25334 -- Provided a way to allow cross-origin ↵Joshua Kehn2015-09-051-0/+1
| | | | | | | | unsafe requests over HTTPS. Added the CSRF_TRUSTED_ORIGINS setting which contains a list of other domains that are included during the CSRF Referer header verification for secure (HTTPS) requests.
* Fixed #25331 -- Removed trailing blank lines in docstrings.Maxime Lorant2015-08-311-1/+0
|
* Refs #24121 -- Added repr() to LazySettings, Settings, ↵Keryn Knight2015-08-311-0/+19
| | | | and UserSettingsHolder.
* Updated Wikipedia links to use httpsClaude Paroz2015-08-081-1/+1
|
* Fixed #25211 -- Added HttpRequest.get_port() and ↵Matt Robenolt2015-08-041-0/+1
| | | | USE_X_FORWARDED_PORT setting.
* Fixed #25194 -- Fixed Korean YEAR_MONTH_FORMAT and ↵Donggi Jung2015-08-031-2/+2
| | | | | | | | | MONTH_DAY_FORMAT. 'F' translates a month to a Korean name with a month number so, for example, 'F 월' becomes '10 월월' for October. This should be either 'F' or 'n월', and I followed conventions in other languages like Japanese and Chinese.
* Fixed #25120 -- Deprecated egg template loader.Tim Graham2015-07-161-1/+0
|
* Sorted imports in __init__.py files.Tim Graham2015-06-272-4/+5
|
* Renamed RemovedInDjangoXYWarnings for new roadmap.Tim Graham2015-06-243-15/+16
| | | | | Forwardport of ae1d663b7913f6da233c55409c4973248372d302 from stable/1.8.x plus more.
* Fixed #24971 -- Made startapp generate an apps.pyMounir Messelmeni2015-06-162-0/+6
|
* Fixed #24950 -- Added unicode_literals to models.py in ↵Markus Holtermann2015-06-111-1/+1
| | | | | | app template Thanks Tim Graham for the patch
* Fixed #21927 -- Made application and instance namespaces ↵Marten Kenbeek2015-06-082-6/+34
| | | | | | | | more distinct. Made URL application namespaces be set in the included URLconf and instance namespaces in the call to include(). Deprecated other ways to set application and instance namespaces.
* Fixed #24796 -- Added a hint on placement of ↵Marissa Zhou2015-06-081-1/+1
| | | | | | SecurityMiddleware in MIDDLEWARE_CLASSES. Also moved it in the project template.
* Fixed #16860 -- Added password validation to ↵Erik Romijn2015-06-072-0/+21
| | | | django.contrib.auth.
* Updated translations from TransifexClaude Paroz2015-04-306-35/+43
| | | | | Updates for languages: Indonesian, Belarusian, Persian, and Dutch. Forward port of cb370f8510 from stable/1.8.x
* Fixed #24635 -- Updated deprecated urls.py examples in ↵Andrew Pinkham2015-04-141-4/+15
| | | | default project template.
* Fetched updated core translations from TransifexClaude Paroz2015-04-01162-25529/+4468
| | | | Forward port of d1b206daf8 from stable/1.8.x
* Updated translation catalogsClaude Paroz2015-03-181-2/+6
| | | | | Strings are frozen in anticipation of the Django 1.8 release. Forward port of 1cd2584c980 from stable/1.8.x
* Fixed #24478 -- Added NUMBER_GROUPING value for IcelandicSævar Öfjörð Magnússon2015-03-131-1/+1
|
* Fixed #21495 -- Added settings.CSRF_HEADER_NAMEGrzegorz Slusarek2015-03-051-0/+1
|
* Added formats for the Azerbaijani locale.Emin Mastizada2015-02-232-0/+35
|
* Deprecated TEMPLATE_DEBUG setting.Aymeric Augustin2015-02-151-2/+0
|
* Fixed #17716 -- Prevented include('...', app_name='...') ↵Tim Graham2015-02-121-0/+3
| | | | without a namespace.
* Sorted imports with isort; refs #23860.Tim Graham2015-02-062-2/+5
|
* Fixed #24149 -- Normalized tuple settings to lists.darkryder2015-02-0346-243/+242
|
* Fixed Persian locale FIRST_DAY_OF_WEEK & ↵Reza Mohammadi2015-01-291-3/+3
| | | | | | DECIMAL/THOUSAND_SEPARATORs. Reference: http://lh.2xlibre.net/locale/fa_IR/
* Updated Azerbaijani language name.Emin Mastizada2015-01-281-1/+1
|
* Added contrib.postgres translation catalogClaude Paroz2015-01-181-81/+1
| | | | Forward port of 8c8a1a084 from stable/1.8.x.
* Removed deprecated Chinese language codes; refs #18149.Tim Graham2015-01-1710-2845/+0
|
* Removed FastCGI support per deprecation timeline; refs ↵Tim Graham2015-01-171-2/+2
| | | | #20766.
* Updated en translation catalogsClaude Paroz2015-01-171-207/+311
| | | | Forward port of 666c12e52 from stable/1.8.x
* Fixed #24124 -- Changed context_processors in the ↵Collin Anderson2015-01-121-4/+1
| | | | default settings.py
* Fixed #23967 -- Added formats for GreekSerafeim Papastefanos2015-01-101-11/+25
|
* Moved context_processors from django.core to ↵Aymeric Augustin2014-12-282-11/+11
| | | | django.template.
* Added initial support for loading template engines.Aymeric Augustin2014-12-282-0/+22
|
* Fixed timesince translations for KoreanJuneHyeon Bae2014-12-142-9/+10
| | | | | Refs #23989. Forward port of eb632bfba from stable/1.7.x.
* Fixed #23957 -- Started deprecation toward requiring ↵Tim Graham2014-12-051-0/+12
| | | | | | session verification. Thanks Carl Meyer for review.
* Fixed #23899 -- Added 'Generated by Django X.Y' to ↵Martin Blech2014-11-251-0/+2
| | | | startproject template.
* Normalized check that ALLOWED_INCLUDE_ROOTS is a tuple.Aymeric Augustin2014-11-171-4/+6
|
* Updated FIRST_DAY_OF_WEEK for Ukrainian to Monday.slollo2014-10-301-1/+1
|
* Updated translations from TransifexClaude Paroz2014-09-30164-429/+1489
| | | | Forward port of e9c8aefbcee5 from stable/1.7.x