summaryrefslogtreecommitdiff
path: root/django
AgeCommit message (Expand)Author
2017-02-11Removed WSGIServer.server_bind() identical to parent versionClaude Paroz
2017-02-10Refs #27148 -- Fixed UUIDField.to_python(None) crash.ClairePhila
2017-02-10Allow UUIDField to be None when deserializingClairePhila
2017-02-09Fixed #20238 -- Added threading support to LiveServerTestCase.Nadège Michel
2017-02-09Fixed #22669 -- Fixed QuerySet.bulk_create() with empty model fields on Oracle.Mikhail Nacharov
2017-02-09Fixed #25898 -- Made test database/user creation on Oracle reraise unexpected...Mariusz Felisiak
2017-02-09Fixed #26551 -- Fixed negated Q() queries that span relations.François Freitag
2017-02-09Fixed #26005 -- Fixed some percent decoding cases in uri_to_iri().Chronial
2017-02-09Refs #23919 -- Removed default 'utf-8' argument for str.encode()/decode().Tim Graham
2017-02-09Refs #23919 -- Removed an used block in ExceptionReporter.get_traceback_data().Tim Graham
2017-02-09Fixed #27822 -- Replaced deprecated cx_Oracle types in DatabaseIntrospection....Mariusz Felisiak
2017-02-07Fixed #27356 -- Fixed ModelAdmin.lookup_allowed() for some nested relations.Anton Samarchyan
2017-02-07Fixed #26903 -- Fixed __contains lookup for Date/DateTimeRangeField.Mariusz Felisiak
2017-02-07Fixed #5851 -- Allowed specifying different HTML attrs for SplitDateTimeWidge...Mariusz Felisiak
2017-02-07Refs #27795 -- Removed force_text from the template layerClaude Paroz
2017-02-07Refs #27815 -- Reordered LoginView.get_form_kwargs().Tim Graham
2017-02-07Fixed #27815 -- Made LoginView pass the request kwarg to AuthenticationForm.Zoltan Gyarmati
2017-02-07Converted usage of ugettext* functions to their gettext* aliasesClaude Paroz
2017-02-06Fixed #27805 -- Fixed ClearableFileInput's "Clear" checkbox on model fields w...Tim Graham
2017-02-06Fixed #27783 -- Switched VariableDoesNotExist.__str__() to repr() context.Ryan O’Hara
2017-02-06Refs #27795 -- Removed force_text from templatize functionClaude Paroz
2017-02-06Fixed #27802 -- Unified return value of db backend datetime SQL methods.Mariusz Felisiak
2017-02-04Refs #27656 -- Updated django.contrib docstring verb style according to PEP 257.Anton Samarchyan
2017-02-04Fixed #27767 -- Added distinct argument to ArrayAgg.orf
2017-02-04Refs #27546 -- Removed hardcoded class names in __repr__() methods.Mads Jensen
2017-02-03Refs #23919 -- Removed a Python 2 code path in force_text().Tim Graham
2017-02-03Removed an untested and broken branch in force_bytes() (refs #6353).Tim Graham
2017-02-03Used super() in DjangoUnicodeDecodeError.Tim Graham
2017-02-03Fixed spelling of "nonexistent".Tim Graham
2017-02-02Fixed #27803 -- Kept safe status of lazy safe strings in conditional_escapeClaude Paroz
2017-02-01Removed unused ExceptionReporter.format_exception() method.Tim Graham
2017-02-01Removed ExceptionReporter support for string exceptions.Tim Graham
2017-02-01Fixed #27683 -- Made MySQL default to the read committed isolation level.Tim Graham
2017-02-01Refs #23919 -- Replaced kwargs.pop() with keyword-only arguments.Vytis Banaitis
2017-02-01Fixed #27661 -- Moved FileSystemFinder's ImproperlyConfigured exceptions to s...Ling-Xiao Yang
2017-01-31Fixed #27800 -- Fixed QuerySet.annotate(Length(...)).distinct() crash.Lex Berezhny
2017-01-31Refs #23919 -- Removed unneeded code in force_text().Vytis Banaitis
2017-01-31Fixed #27758 -- Reallowed AdvancedModelIterator pattern after template widget...Jon Dufresne
2017-01-31Used model_ngettext in two more placesClaude Paroz
2017-01-30Refs #27795 -- Prevented SafeText from losing safe status on str()Claude Paroz
2017-01-30Refs #23919 -- Removed usage of obsolete SafeBytes classClaude Paroz
2017-01-30Fixed #27793 -- Used stdlib's ipaddress module to validate IP addressesClaude Paroz
2017-01-30Refs #23919 -- Assumed request COOKIES and META are strClaude Paroz
2017-01-30Fixed #27789 -- Simplified query for sequence value on Oracle.Mariusz Felisiak
2017-01-29Removed unneeded parentheses in class definitionsClaude Paroz
2017-01-28Fixed #26993 -- Increased User.last_name max_length to 150 characters.Thom Wiggers
2017-01-28Fixed #27788 -- Dropped support for Oracle < 12.1.Tim Graham
2017-01-28Removed obsolete sentence in ManagementUtility docstring.Srinivas Reddy Thatiparthy
2017-01-28Made ugettext* functions aliases of gettext*Claude Paroz
2017-01-27Fixed #27748 -- Switched HTTP error handlers to reference callables instead o...Dmitry Gladkov