summaryrefslogtreecommitdiff
path: root/django/core
AgeCommit message (Expand)Author
2017-06-01Refs #23968 -- Removed unnecessary lists, generators, and tuple calls.Jon Dufresne
2017-06-01Sorted imports per isort 4.2.9.Tim Graham
2017-05-31Fixed #28170 -- Fixed file_move_safe() crash when moving files to a CIFS mount.Derrick Jackson
2017-05-30DRY'd startapp and startproject management commands.Adam Johnson
2017-05-27Fixed #28249 -- Removed unnecessary dict.keys() calls.Jon Dufresne
2017-05-27Replaced some map() and filter() calls with generators.Tom
2017-05-27Fixed #27881 -- Added diffsettings --output option.Chris Lamb
2017-05-26Fixed #27978 -- Allowed loaddata to read data from stdin.Pavel Kulikov
2017-05-25Made RegexValidator's inverse_match logic clearer.Edward D'Souza
2017-05-22Fixed #28015 -- Added makemessages --add-location option.Ling-Xiao Yang
2017-05-20Refs #16850 -- Removed obsolete simplejson support in JSON serializer.Tim Graham
2017-05-14Refs #28196 -- Removed mentions of bytestrings for EmailMessageClaude Paroz
2017-04-27Refs #23919 -- Removed force_text() in Python deserializer needed only on Pyt...Claude Paroz
2017-04-27Refs #27795 -- Replaced many force_text() with str()Claude Paroz
2017-04-26Refs #23919 -- Removed File's Python 2 proxied methods.Josh Schneier
2017-04-26Replaced temporary lists used for passing arguments with iterables.Jon Dufresne
2017-04-24Renamed "Mac OS X" to "macOS" in docs.Michiel Beijen
2017-04-22Fixed #28109 -- Corrected the stack level of unordered queryset pagination wa...Simon Charette
2017-04-07Fixed #28042 -- Fixed crash when using a two-tuple in EmailMessage's attachme...kalombo
2017-04-07Fixed #27777 -- Made File.open() work with the with statement (#8310)Ingo Klöcker
2017-04-01Removed implicit default store_true/false argparse args.Jon Dufresne
2017-04-01Fixed #27848 -- Prevented crash when attaching a .eml file to a messageClaude Paroz
2017-03-23Fixed #27952 -- Added translation hint for RegexValidator error message.Paul
2017-03-21Fixed #27945 -- Clarified that RegexValidator searches with the regex.seanfagan
2017-03-04Refs #27795 -- Removed unneeded force_text callsClaude Paroz
2017-03-03Fixed #27887 -- Fixed URLs check crash with namespaced URLs inside non-namesp...Tim Graham
2017-02-28Clarified HMAC usage in signing.dumps() docstring.Blake Griffith
2017-02-27Imported django.http classes instead of django.http.Asif Saifuddin Auvi
2017-02-24Fixed #27836 -- Allowed FileSystemStorage.delete() to remove directories.chillaranand
2017-02-24Fixed #27874 -- Fixed URL namespace warning (urls.W005) for nested namespaces.Chris Lamb
2017-02-23Refs #23919 -- Used yield from.Vytis Banaitis
2017-02-23Fixed #27868 -- Filtered locale path subdirectoriesClaude Paroz
2017-02-23Fixed #25619 -- Made runserver serve with HTTP 1.1 protocolClaude Paroz
2017-02-22Fixed #27870 -- Cleaned up ManagementUtility.autocomplete().Phil Bazun
2017-02-21Refs #27656 -- Updated django.core docstring verbs according to PEP 257.Anton Samarchyan
2017-02-13Fixed #27820 -- Fixed RequestDataTooBig/TooManyFieldsSent crash.amalia
2017-02-11Fixed #27742 -- Reverted "Fixed #24607 -- Serialized natural keys in multi-ta...Tim Graham
2017-02-11Removed WSGIServer.server_bind() identical to parent versionClaude Paroz
2017-02-09Fixed #20238 -- Added threading support to LiveServerTestCase.Nadège Michel
2017-02-09Refs #23919 -- Removed default 'utf-8' argument for str.encode()/decode().Tim Graham
2017-02-07Refs #27795 -- Removed force_text from the template layerClaude Paroz
2017-02-07Converted usage of ugettext* functions to their gettext* aliasesClaude Paroz
2017-02-06Refs #27795 -- Removed force_text from templatize functionClaude Paroz
2017-02-03Fixed spelling of "nonexistent".Tim Graham
2017-02-01Refs #23919 -- Replaced kwargs.pop() with keyword-only arguments.Vytis Banaitis
2017-01-30Fixed #27793 -- Used stdlib's ipaddress module to validate IP addressesClaude Paroz
2017-01-29Removed unneeded parentheses in class definitionsClaude Paroz
2017-01-28Removed obsolete sentence in ManagementUtility docstring.Srinivas Reddy Thatiparthy
2017-01-27Refs #27537 -- Added default_addr(_ipv6) attributes to runserver command.Ed Morley
2017-01-26Refs #23919 -- Replaced usage of django.utils.http utilities with Python equi...Claude Paroz