index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
conf
Age
Commit message (
Expand
)
Author
2017-10-13
[2.0.x] Fixed #28710 -- Fixed the Basque DATE_FORMAT string
Claude Paroz
2017-09-24
[2.0.x] Updated translation catalogs
Claude Paroz
2017-09-20
Fixed #28593 -- Added a simplified URL routing syntax per DEP 0201.
Sjoerd Job Postmus
2017-09-13
Removed unnecessary parens in various code.
Mariusz Felisiak
2017-09-13
Refs #28593 -- Moved django.conf.urls.include() to django.urls().
Tim Graham
2017-05-31
Updated translations from Transifex
Claude Paroz
2017-05-05
Fixed #28085 -- Added missing plural forms in en translation catalogs
Claude Paroz
2017-04-04
Updated core translations from Transifex
Claude Paroz
2017-03-07
Reverted "Fixed #27878, refs #23919 -- Used python3 shebangs."
Tim Graham
2017-03-04
Refs #27656 -- Updated remaining docstring verbs according to PEP 257.
Anton Samarchyan
2017-02-23
Fixed #27878, refs #23919 -- Used python3 shebangs.
Chris Lamb
2017-02-22
Fixed typos in code comments.
Anton Samarchyan
2017-02-22
Updated Thai (th) locale formats.
Manatsawin Hanmongkolchai
2017-02-22
Updated Bengali (bn) locale formats.
Asif Saifuddin Auvi
2017-02-16
Fixed #27829 -- Deprecated settings.DEFAULT_CONTENT_TYPE.
Tim Graham
2017-02-01
Refs #23919 -- Replaced kwargs.pop() with keyword-only arguments.
Vytis Banaitis
2017-01-27
Fixed #27748 -- Switched HTTP error handlers to reference callables instead o...
Dmitry Gladkov
2017-01-27
Improved test coverage and error messages for conf.urls.__init__.
Anton Samarchyan
2017-01-26
Slightly simplified django.conf.urls.static.static().
Anton Samarchyan
2017-01-25
Refs #23919 -- Replaced super(ClassName, self) with super().
chillaranand
2017-01-21
Refs #23919 -- Removed misc references to Python 2.
Tim Graham
2017-01-19
Updated translation catalogs
Claude Paroz
2017-01-19
Refs #23919 -- Stopped inheriting from object to define new style classes.
Simon Charette
2017-01-18
Refs #23919 -- Stopped using django.utils.lru_cache().
Aymeric Augustin
2017-01-18
Refs #23919 -- Removed six.<various>_types usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2017-01-17
Refs #26601 -- Removed support for old-style middleware using settings.MIDDLE...
Tim Graham
2017-01-17
Refs #21927 -- Removed include()'s app_name argument per deprecation timeline.
Tim Graham
2016-12-29
Fixed #27653 -- Added Ukrainian locale formats.
Illia Volochii
2016-12-27
Fixed #15667 -- Added template-based widget rendering.
Preston Timmons
2016-12-23
Fixed #27625 -- Made LazySettings cache attributes in __dict__.
Adam Chainz
2016-12-23
Fixed #27626 -- Moved MEDIA_URL/STATIC_URL validation to a system check.
Adam Chainz
2016-11-30
Refs #16859 -- Allowed storing CSRF tokens in sessions.
Raphael Michel
2016-11-14
Fixed E305 flake8 warnings.
Ramin Farajpour Cami
2016-10-10
Fixed #26447 -- Deprecated settings.USE_ETAGS in favor of ConditionalGetMiddl...
Denis Cornehl
2016-10-06
Fixed #27244 -- Changed Greek's thousand separator from space to dot.
kappataumu
2016-09-30
Updated translations from Transifex
Claude Paroz
2016-09-19
Removed invalid year character from datetime format in Azerbaijani locale.
Emin Mastizada
2016-09-12
Fixed #27206 -- Corrected MONTH_DAY/DATE_FORMAT for et locale.
Merike Sell
2016-09-09
Normalized spelling of ETag.
Tim Graham
2016-09-03
Fixed #27171 -- Added unicode_literals and coding preamble to all files in st...
Ivan
2016-08-10
Fixed #26947 -- Added an option to enable the HSTS header preload directive.
Ed Morley
2016-08-01
Pulled core Django translations from Transifex
Claude Paroz
2016-07-24
Fixed #26945 -- Ensured that i18n_patterns returns a list
Alex Hill
2016-06-29
Added Upper/Lower Sorbian translations
Claude Paroz
2016-06-29
Added Upper/Lower Sorbian languages
Claude Paroz
2016-06-15
Fixed broken links in docs and comments.
Ville Skyttä
2016-06-04
Fixed #12666 -- Added EMAIL_USE_LOCALTIME setting.
Anton I. Sipos
2016-05-17
Updated translation catalogs
Claude Paroz
2016-05-17
Fixed #26601 -- Improved middleware per DEP 0005.
Florian Apolloner
[next]