summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-02-16Fixed #27829 -- Deprecated settings.DEFAULT_CONTENT_TYPE.Tim Graham
2017-02-15Fixed #27135 -- Made index introspection return Index.suffix.Tim Graham
2017-02-15Made a sentence in default_if_none docs consistent with other template filters.Joon Hwan 김준환
2017-02-15Removed docs/internals/roles.txt.Tim Graham
2017-02-15Fixed #27840 -- Fixed KeyError in PasswordResetConfirmView.form_valid().Markus Holtermann
2017-02-13Fixed #27823 -- Updated mod_wsgi example to use WSGIPythonHome.Tim Graham
2017-02-13Fixed #27820 -- Fixed RequestDataTooBig/TooManyFieldsSent crash.amalia
2017-02-13Refs #22669 -- Fixed bulk_create test if Pillow isn't installed.Vytis Banaitis
2017-02-13Added TransactionTestCase.multi_db instead of using getattr().Tim Graham
2017-02-11Refs #27656 -- Updated django.utils docstring verbs according to PEP 257.Anton Samarchyan
2017-02-11Fixed #27367 -- Doc'd and tested reversing of URLs with the same name.Robert Roskam
2017-02-11Refs #26610 -- Added CIText mixin and CIChar/Email/TextField.Mads Jensen
2017-02-11Fixed #27722 -- Reallowed using django.Template in {% include %}.Tim Graham
2017-02-11Fixed #27742 -- Reverted "Fixed #24607 -- Serialized natural keys in multi-ta...Tim Graham
2017-02-11Fixed #25978 -- Deprecated shorcuts.render_to_response().Tim Graham
2017-02-11Fixed #25524 -- Removed GISOperations.get_distance()'s handle_spheroid param.Tim Graham
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-10Added multi_db=True to test cases that access the 'other' db connection.Tim Graham
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-09Explained the shell's $ prefix in tutorial 1.Tim Graham
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-08Fixed typo in docs/topics/testing/tools.txt.Tim Graham
2017-02-08Used JsonResponse and response.json in file_uploads tests.Tim Graham
2017-02-08Fixed #27821 -- Clarified docs of the return value of Form.clean_<fieldname>().Tim Graham
2017-02-07Fixed #27356 -- Fixed ModelAdmin.lookup_allowed() for some nested relations.Anton Samarchyan
2017-02-07Fixed #27814 -- Removed an inaccurate sentence about Paginator.orphans.Tim Graham
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-07Fixed typo in docs/releases/1.11.txt.Atul Varma
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-06Fixed typo in docs/releases/2.0.txt.Charlie Denton
2017-02-04Refs #27656 -- Updated django.contrib docstring verb style according to PEP 257.Anton Samarchyan
2017-02-04Fixed running TransactionsPerRequestTests in isolation.Jon Dufresne
2017-02-04Fixed #27767 -- Added distinct argument to ArrayAgg.orf
2017-02-04Fixed alphabetization of Tom's in AUTHORS.Tim Graham