Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/utils
Commit message (Expand)AuthorAgeFilesLines
...
* Removed unnecessary arguments in .get method callsPiotr Jakimiak2015-05-131-2/+2
* Fixed logging regression introduced in bbe28496d32f76ca16...Tim Graham2015-05-081-0/+1
* Optimized two functions slightly.Aymeric Augustin2015-05-021-9/+10
* Simplified the implementation of timezone.is_aware/naive.Aymeric Augustin2015-05-021-4/+10
* Fixed #13008 -- Added more Cache-Control headers to never...Markus Bertheau2015-04-281-0/+1
* Fixed #24063 -- Allowed locale variants supported by gett...Michal Čihař2015-04-251-2/+5
* Fixed #22598 -- Allowed make_aware() to work with ambiguo...Josh Smeaton2015-04-241-2/+2
* Fixed #24526 -- Combined django.request/security loggers ...Tim Graham2015-04-241-11/+1
* Removed cases of six.iter* wrapped in a list()Curtis Maloney2015-04-181-1/+1
* Fixed #24562 -- Renamed get_major_version() to get_main_v...Tim Graham2015-04-061-7/+6
* Fixed #24569 -- Made some translation functions accept No...Claude Paroz2015-04-041-3/+7
* Fixed #24469 -- Refined escaping of Django's form element...Moritz Sichert2015-03-281-0/+31
* Removed getLogger alias in django.utils.log.Tim Graham2015-03-241-2/+0
* Removed the null handler in Django's default logging config.Tim Graham2015-03-241-3/+0
* Fixed #16362 -- Allowed lookaround assertions in URL patt...Bas Peschier2015-03-231-6/+5
* Fixed #24515 -- Fixed DjangoTranslation plural handlingClaude Paroz2015-03-211-1/+2
* Cleaned up the template debug implementation.Preston Timmons2015-03-201-1/+1
* Made is_safe_url() reject URLs that start with control ch...Tim Graham2015-03-191-1/+8
* Fixed an infinite loop possibility in strip_tags().Tim Graham2015-03-191-2/+4
* Fixed #24471 -- Enhanced urlize regex to exclude quotes a...Tim Graham2015-03-111-1/+1
* Fixed escaping regression in urlize filter.Tim Graham2015-03-101-1/+1
* Fixed #24382 -- Allowed unicode chars inside formatted nu...Claude Paroz2015-03-091-0/+2
* Fixed #23838 -- added missing `__iter__` to LazyObjectRik2015-03-081-2/+2
* Fixed urlize regression with entities in query stringsClaude Paroz2015-03-061-7/+7
* Moved definition of chunks out of timesince function.Benjamin Wohlwend2015-03-041-11/+12
* Fixed #24413 -- Prevented translation fallback for EnglishClaude Paroz2015-02-281-5/+3
* Prevented makemigrations from writing in sys.path[0].Aymeric Augustin2015-02-231-0/+18
* Removed rmtree_errorhandler.Aymeric Augustin2015-02-221-27/+0
* Refs #24324 -- Fixed UnicodeDecodeError in template_backe...Tim Graham2015-02-181-0/+2
* Fixed #24321 -- Improved `utils.http.same_origin` complia...Lukas Klein2015-02-121-2/+9
* Removed some obsolete absolute_imports.Tim Graham2015-02-094-12/+0
* Optimized allow_lazy() by not generating a new lazy wrapp...Alex Gaynor2015-02-081-1/+3
* Fixed #24181 -- Fixed multi-char THOUSAND_SEPARATOR inser...Varun Sharma2015-02-081-1/+1
* Sorted imports with isort; refs #23860.Tim Graham2015-02-0625-67/+83
* Removed django-2to3.pyTim Graham2015-02-062-36/+0
* Removed old import aliases.Tim Graham2015-02-061-5/+1
* Fixed #24242 -- Improved efficiency of utils.text.compres...Matthew Somerville2015-02-041-2/+5
* Fixed #24149 -- Normalized tuple settings to lists.darkryder2015-02-031-4/+4
* Fixed #24252 -- Forced lazy __str__ to utf-8 on Python 2Claude Paroz2015-02-031-0/+4
* Removed threading fallback imports.Tim Graham2015-01-282-8/+2
* Fixed typos in code comments.Adam Taylor2015-01-201-1/+1
* Advanced deprecation warnings for Django 1.9.Tim Graham2015-01-191-3/+3
* Removed legacy ORM lookup support per deprecation timelin...Tim Graham2015-01-191-8/+0
* Removed utils.module_loading.import_by_path() per depreca...Tim Graham2015-01-181-21/+0
* Removed utils.text.javascript_quote() per deprecation tim...Tim Graham2015-01-171-29/+0
* Removed deprecated Chinese language codes; refs #18149.Tim Graham2015-01-171-12/+0
* Removed django.utils.tzinfo per deprecation timeline; ref...Tim Graham2015-01-171-117/+0
* Removed compatibility with Python 3.2.Tim Graham2015-01-172-14/+3
* Removed django.utils.datastructures.SortedDict per deprec...Tim Graham2015-01-171-125/+0
* Removed FastCGI support per deprecation timeline; refs #2...Tim Graham2015-01-171-62/+0