summaryrefslogtreecommitdiff
path: root/django/conf
AgeCommit message (Collapse)Author
2018-09-26Refs #29784 -- Switched to https:// links where available.Jon Dufresne
2018-09-25Refs #29784 -- Normalized Python docs links to omit the version.Jon Dufresne
2018-08-01Updated core translations from TransifexClaude Paroz
Forwardport of 734e2c65ae54552b61ad34105ba4debe936fe223 from stable/2.1.x.
2018-07-24Fixed #24336 -- Made django.conf.urls.static() ignore all absolute URLsClaude Paroz
2018-05-26Reverted "Fixed #29324 -- Made Settings raise ImproperlyConfigured if ↵Tim Graham
SECRET_KEY is accessed and not set." This reverts commit b3cffde5559c4fa97625512d7ec41a674be26076 due to a regression and performance concerns.
2018-05-20Fixed #29421 -- Improved Romanian locale formatsBogdan Mateescu
2018-05-17Updated translation catalogsClaude Paroz
2018-04-19Ref #23919 -- Replaced some os.path usage with pathlib.Path.Tom
2018-04-17Fixed #29324 -- Made Settings raise ImproperlyConfigured if SECRET_KEY is ↵Jon Dufresne
accessed and not set.
2018-04-13Fixed #27863 -- Added support for the SameSite cookie flag.Alex Gaynor
Thanks Alex Gaynor for contributing to the patch.
2018-03-12Changed es_MX's THOUSAND_SEPARATOR to a comma.Alejandro Sánchez
2018-02-28Updated translations from TransifexClaude Paroz
Forward port of 2126e9317e80a7d4c42e033dd33d7e3378fdfcf8 from stable/2.0.x.
2018-02-26Fixed #29161 -- Removed BCryptPasswordHasher from PASSWORD_HASHERS.Tim Graham
2018-02-20Updated project template to use single quotes where appropriate.Douwe Osinga
2018-02-10Fixed #29109 -- Fixed the admin time picker widget for the Thai locale.Manatsawin Hanmongkolchai
2018-01-31Fixed #29090 -- Updated Hungarian time formats to use ':' instead of '.'.danieltatraivertis
2017-12-01Added Kabyle languageClaude Paroz
Forward port of bfc3fa3d3b291b40ed1e2ce6da3b2675b40f0a54 from stable/2.0.x
2017-12-01 Updated core translations from TransifexClaude Paroz
Forward port of e886205988db2ee57bab64a6b59135caef8e28a2 from stable/2.0.x
2017-11-15Updated main translation catalogClaude Paroz
Forward port of cd6d18abc31902a13013de61aacd0ae92d6f68a2 from stable/2.0.x.
2017-11-08Refs #28593 -- Updated old class names in comments following URL routing ↵Andrei Fokau
changes.
2017-11-01Fixed #28741 -- Removed unnecessary leading dot from cross-domain cookie ↵Tim Graham
examples.
2017-10-26Fixed #28747 -- Fixed typos in django/conf/global_settings.py comments.Duarte Fernandes
2017-10-17Updated Basque (eu) locale formats.Eneko Illarramendi
2017-10-13Fixed #28710 -- Fixed the Basque DATE_FORMAT stringClaude Paroz
Thanks Eneko Illarramendi for the report and initial patch.
2017-09-24Updated translation catalogsClaude Paroz
Forward port of 600104172a9d3cd7c496855110711785feab555a from stable/2.0.x.
2017-09-22Refs #26447 -- Removed the USE_ETAGS setting per deprecation timeline.Tim Graham
2017-09-20Fixed #28593 -- Added a simplified URL routing syntax per DEP 0201.Sjoerd Job Postmus
Thanks Aymeric Augustin for shepherding the DEP and patch review. Thanks Marten Kenbeek and Tim Graham for contributing to the code. Thanks Tom Christie, Shai Berger, and Tim Graham for the docs.
2017-09-13Removed unnecessary parens in various code.Mariusz Felisiak
2017-09-13Refs #28593 -- Moved django.conf.urls.include() to django.urls().Tim Graham
The old location remains for backwards compatibility. Documentation will be updated separately along with the rest of the URL routing changes.
2017-05-31Updated translations from TransifexClaude Paroz
Forward port of 02158a785eff923110cb4c7c7e635d3ce4a928e3 from stable/1.11.x
2017-05-05Fixed #28085 -- Added missing plural forms in en translation catalogsClaude Paroz
2017-04-04Updated core translations from TransifexClaude Paroz
Forward port of 96ec72e298cd359648e1cf408d3c506ee3b1f297 from stable/1.11.x
2017-03-07Reverted "Fixed #27878, refs #23919 -- Used python3 shebangs."Tim Graham
This reverts commit 4cffa9a1ffb37d4de7e99a851a9ed87b3c02d229.
2017-03-04Refs #27656 -- Updated remaining docstring verbs according to PEP 257.Anton Samarchyan
2017-02-23Fixed #27878, refs #23919 -- Used python3 shebangs.Chris Lamb
2017-02-22Fixed typos in code comments.Anton Samarchyan
2017-02-22Updated Thai (th) locale formats.Manatsawin Hanmongkolchai
2017-02-22Updated Bengali (bn) locale formats.Asif Saifuddin Auvi
2017-02-16Fixed #27829 -- Deprecated settings.DEFAULT_CONTENT_TYPE.Tim Graham
2017-02-01Refs #23919 -- Replaced kwargs.pop() with keyword-only arguments.Vytis Banaitis
2017-01-27Fixed #27748 -- Switched HTTP error handlers to reference callables instead ↵Dmitry Gladkov
of strings.
2017-01-27Improved test coverage and error messages for conf.urls.__init__.Anton Samarchyan
2017-01-26Slightly simplified django.conf.urls.static.static().Anton Samarchyan
2017-01-25Refs #23919 -- Replaced super(ClassName, self) with super().chillaranand
2017-01-21Refs #23919 -- Removed misc references to Python 2.Tim Graham
2017-01-19Updated translation catalogsClaude Paroz
Forward port of 518693bef559bb719e68b08904a9250abfd9237c from stable/1.11.x
2017-01-19Refs #23919 -- Stopped inheriting from object to define new style classes.Simon Charette
2017-01-18Refs #23919 -- Stopped using django.utils.lru_cache().Aymeric Augustin
2017-01-18Refs #23919 -- Removed six.<various>_types usageClaude Paroz
Thanks Tim Graham and Simon Charette for the reviews.
2017-01-18Refs #23919 -- Removed encoding preambles and future importsClaude Paroz