summaryrefslogtreecommitdiff
path: root/django
AgeCommit message (Expand)Author
2017-10-26Fixed #28747 -- Fixed typos in django/conf/global_settings.py comments.Duarte Fernandes
2017-10-25Fixed #28474 -- Made DurationField raise ValidationError for inputs that rais...Srinivas Reddy Thatiparthy
2017-10-25Fixed #28689 -- Fixed unquoted table names in Subquery SQL when using OuterRef.Mariusz Felisiak
2017-10-25Fixed #28740 -- Added 'continent_code' and 'continent_name' in GeoIP2.city() ...Ryan Verner
2017-10-24Fixed #28739 -- Fixed get_fixed_timezone() for negative timedeltas.medmunds
2017-10-24Fixed #28735 -- Fixed typo in django/views/templates/default_urlconf.html.Scot Hacker
2017-10-23Fixed #28706 -- Moved AuthenticationFormn invalid login ValidationError to a ...Jon Dufresne
2017-10-23Removed Python 2 comment in ValidationError.Tim Graham
2017-10-22Refs #14807 -- Removed unneeded mark_safe callClaude Paroz
2017-10-21Fixed #28722 -- Made QuerySet.reverse() affect nulls_first/nulls_last.Tomer Chachamu
2017-10-21Fixed #28730 -- Fixed loss of precision for large integer literals in templatesClaude Paroz
2017-10-21Removed unnecessary tuple()/list() calls.Mads Jensen
2017-10-20Removed redundant inner imports.Mariusz Felisiak
2017-10-20Fixed #28577 -- Added checks for ArrayField and JSONField to prevent mutable ...Flávio Juvenal
2017-10-20Fixed #27515 -- Made AuthenticationForm's username field use the max_length f...Lucas Connors
2017-10-20Fixed #28662 -- Silenced join template filter error if arg isn't iterable.Mads Jensen
2017-10-18Refs #28575 -- Made RelatedObjectDoesNotExist classes pickable.Simon Charette
2017-10-18Fixed outdated comment in RelatedObjectDoesNotExist.Simon Charette
2017-10-18Fixed #28711 -- Fixed unordered_list template filter with lazy translations.Jonas Haag
2017-10-17Updated Basque (eu) locale formats.Eneko Illarramendi
2017-10-16Fixed #28497 -- Restored the ability to use sliced QuerySets with __exact.Tim Graham
2017-10-16Fixed typo in MessageMiddleware.process_response() docstring.Joe Arthur
2017-10-14Fixed #28713 -- Prevented ModelBackend.get_all_permissions() from mutating ge...Yuri Kaszubowski Lopes
2017-10-13Fixed #28695 -- Allowed models to use __init_subclass__().k
2017-10-13Corrected examples in related field descriptor docstrings.Simon Charette
2017-10-13Refs #28575 -- Removed unnecessary code for model exception pickling.Simon Charette
2017-10-13Updated email.Util (Python 2) references to email.utils (Python 3).Tim Graham
2017-10-13Refs #28643 -- Reorganized database functions.Mariusz Felisiak
2017-10-13Fixed #28710 -- Fixed the Basque DATE_FORMAT stringClaude Paroz
2017-10-13Fixed #28708 -- Added constants to detect the Python version.Tim Graham
2017-10-13Improved performance of utils.html.escape().Tom
2017-10-13Refs #28575 -- Allowed pickling Model.DoesNotExist and MultipleObjectsReturne...Rachel Tobin
2017-10-12Fixed #27846 -- Made Model.refresh_from_db() clear cached relations.Paulo
2017-10-12Simplified IfNode.nodelistTim Graham
2017-10-12Removed unused ForNode.__iter__().Tim Graham
2017-10-12Refs #28248 -- Clarified the precision of PASSWORD_RESET_TIMEOUT_DAYS.Tim Graham
2017-10-12Fixed #28688 -- Made admin's URLify.js skip removal of English words if non-A...Sævar Öfjörð Magnússon
2017-10-12Fixed #28679 -- Fixed urlencode()'s handling of bytes.François Freitag
2017-10-10Fixed #28601 -- Prevented cache.get_or_set() from caching None if default is ...Daniel Tao
2017-10-09Fixed #28591 -- Added an error message for createsuperuser --username= (blank).Hasan Ramezani
2017-10-09Fixed #28670 -- Added FETCH/OFFSET support on Oracle.Mariusz Felisiak
2017-10-09Fixed #28685 -- Fixed awkward wrapping of Select2 chips.Johannes Hoppe
2017-10-06Refs #24254 -- Removed unnecessary SQL AS clause in SQLCompiler.as_sql().Mariusz Felisiak
2017-10-06Fixed #28665 -- Change some database exceptions to NotImplementedError per PE...Simon Charette
2017-10-05Fixed #28596 -- Fixed QuerySet.bulk_create() and cascade deletion crash on Or...Mariusz Felisiak
2017-10-05Refs #27546 -- Replaced hardcoded class name in ForNode.__repr__().Mads Jensen
2017-10-04Refs #28670 -- Moved LIMIT/OFFSET SQL to DatabaseOperations.limit_offset_sql().Mariusz Felisiak
2017-10-04Passed ignore_failures as a kwarg for readability in template tags.Tim Graham
2017-10-03Refs #28584 -- Removed unused DatabaseFeatures.can_share_in_memory_db.Tim Graham
2017-10-03Fixed #28674 -- Removed unused check in QuerySet._batched_insert().Tim Graham