Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/utils
Commit message (Expand)AuthorAgeFilesLines
* Added minor splitting optimization in django.utils.ipv6._...Danilo Bargen2013-06-011-2/+1
* Replaced `and...or...` constructs with PEP 308 conditiona...Ramiro Morales2013-05-271-2/+2
* Fixed #19866 -- Added security logger and return 400 for ...Preston Holmes2013-05-261-0/+5
* Fixed #20296 -- Allowed SafeData and EscapeData to be lazyBaptiste Mispelon2013-05-251-3/+7
* Fixed some minor translation-related issuesClaude Paroz2013-05-251-1/+1
* Removed obsolete attribute of DjangoTranslationClaude Paroz2013-05-251-1/+0
* Fixed #19237 (again) - Made strip_tags consistent between...Claude Paroz2013-05-231-7/+7
* Fixed #19237 -- Used HTML parser to strip tagsClaude Paroz2013-05-221-2/+26
* Imported copyreg from six.movesClaude Paroz2013-05-211-5/+1
* Fixed #20212 - __reduce__ should only be defined for Py3+.Daniel Lindsley2013-05-211-5/+18
* Fixed #11915: generic Accept-Language matches country-spe...Łukasz Langa2013-05-191-18/+32
* Fix a typo in a comment.Marc Tamlyn2013-05-191-1/+1
* Fixed #20246 -- Added non-breaking spaces between values ...Emil Stenström2013-05-182-3/+11
* Fixed #14894 -- Ensure that activating a translation does...Florian Apolloner2013-05-181-1/+1
* Fixes #19919: get_language_from_request() disregards "en-...Łukasz Langa2013-05-181-12/+15
* Fixed #20411 -- Don't let invalid referers blow up CSRF s...Florian Apolloner2013-05-181-1/+4
* Replaced an antiquated pattern.Aymeric Augustin2013-05-175-5/+11
* Removed unicode literals from PIL compat.Florian Apolloner2013-05-151-5/+7
* Fixed #19934 - Use of Pillow is now preferred over PIL.Daniel Lindsley2013-05-151-0/+146
* Fixed #17365, #17366, #18727 -- Switched to discovery tes...Carl Meyer2013-05-111-1/+1
* Fixed #20321 -- Added missing key name in MergeDict KeyEr...Claude Paroz2013-04-261-1/+1
* Fix != operations on lazy objects.Alex Gaynor2013-04-191-0/+1
* Fixed #20276 -- Implemented __bool__ for MergeDictAnton Baklanov2013-04-191-0/+6
* Fixed #20231 -- Don't use allow_lazy on smart_splitBaptiste Mispelon2013-04-101-1/+0
* Fixed #20172 -- Ensured urlize supports IPv4/IPv6 addressesClaude Paroz2013-04-011-1/+1
* Fixed #20167 -- Preserve the traceback of `ImportError`s ...Joe Friedl2013-04-011-2/+5
* Fixed spelling errorsGavin Wahl2013-03-281-1/+1
* Fixed #20016: worked around Jython not having a buffer.Andreas2013-03-271-2/+6
* Fixed #20108 -- Fixed filepath_to_uri decoding errorClaude Paroz2013-03-221-1/+1
* Fixed #20094 - Be more careful when checking for IteratorMarc Tamlyn2013-03-221-1/+14
* Fixed #18003 -- Preserved tracebacks when re-raising errors.konarkmodi2013-03-191-1/+1
* Fixed #19456 -- Avoid infinite recursion when tracing Laz...Aymeric Augustin2013-03-181-0/+4
* Fixed #18447 -- Made LazyObject unwrap on dict access.Aymeric Augustin2013-03-181-1/+14
* Clarified that constant_time_compare doesn't protect stri...Aymeric Augustin2013-03-181-0/+5
* Updated bundled version of six.Aymeric Augustin2013-03-171-25/+34
* Fixed #17051 -- Removed some 'invalid' field error messagesClaude Paroz2013-03-141-1/+1
* Refactored qs.add_q() and utils/tree.pyAnssi Kääriäinen2013-03-131-66/+46
* Restricted a workaround for a bug in Python to the affect...Aymeric Augustin2013-03-121-2/+10
* Fixed #15363 -- Renamed and normalized to `get_queryset` ...Loic Bistuer2013-03-081-0/+62
* PEP8 cleanup of functional.pyPreston Holmes2013-03-071-12/+24
* Fixed #19543 -- implemented SimpleLazyObject.__repr__Preston Holmes2013-03-071-0/+9
* Fixed getting default encoding in get_system_usernameClaude Paroz2013-03-021-8/+14
* Fixed #19917 -- Added microseconds in default TIME_INPUT_...Claude Paroz2013-03-021-1/+1
* Added support for serializing BinaryFieldClaude Paroz2013-03-021-0/+2
* Add a BinaryField model fieldClaude Paroz2013-03-021-0/+4
* [py3] Always fed hashlib with bytes.Łukasz Langa2013-02-272-3/+3
* Fixed #18191 -- Don't consider Accept-Language redundantl...Łukasz Langa2013-02-261-2/+12
* Fixed #19634 -- Added proper __hash__ methods.Aymeric Augustin2013-02-251-1/+2
* Fixes #19763 - LocaleMiddleware should check for supporte...Łukasz Langa2013-02-242-13/+29
* Fixed #19872Tomek Paczkowski2013-02-231-1/+3