summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-02-04Refs #27546 -- Removed hardcoded class names in __repr__() methods.Mads Jensen
2017-02-04Added tests for various __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-03Added a test for force_text()'s DjangoUnicodeDecodeError path.Tim Graham
2017-02-03Fixed #27741 -- Isolated TestCollectionHashedFilesCache in a tmpdir.David Sanders
2017-02-03Refs #27745 -- Improved test coverage of contrib.contenttypes.Anton Samarchyan
2017-02-03Split up contenttypes_tests.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-02Refs #27804 -- Used subTest() in tests.utils_tests.test_html.Tim Graham
2017-02-02Imported specific functions in tests.utils_tests.test_html.Tim Graham
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 #27683 -- Split up MySQL isolation level tests.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-31Refs #27421 -- Documented GDALRaster creation in detail.Daniel Wiesmann
2017-01-31Fixed #27758 -- Reallowed AdvancedModelIterator pattern after template widget...Jon Dufresne
2017-01-31Used model_ngettext in two more placesClaude Paroz
2017-01-30Added missing word in docs/howto/error-reporting.txt.Ryan Castner
2017-01-30Refs #27795 -- Prevented SafeText from losing safe status on str()Claude Paroz
2017-01-30Fixed incorrect namespace in sitemap example.Arkadiusz Adamski
2017-01-30Reintroduced lazy import from commit 52138b1fd0Claude 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 #26708 -- Updated the contributing tutorial to use a GitHub workflow.Subhrajyoti Sen
2017-01-28Refs #27790 -- Reverted "Removed available_apps on TestCase subclasses."Tim Graham
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-27Refs #23919 -- Removed an obsolete test for a Python 2 code path (refs #15662).Tim Graham
2017-01-27Fixed #27748 -- Switched HTTP error handlers to reference callables instead o...Dmitry Gladkov
2017-01-27Fixed #27769 -- Documented option naming differences between django-admin and...Andrew Nester
2017-01-27Improved test coverage for conf.urls.static.Anton Samarchyan
2017-01-27Refs #27537 -- Added default_addr(_ipv6) attributes to runserver command.Ed Morley
2017-01-27Improved test coverage and error messages for conf.urls.__init__.Anton Samarchyan
2017-01-27Refs #23919 -- Used DeclarativeFieldsMetaclass.__prepare__() for tracking for...Tim Graham
2017-01-27Fixed #27678 -- Warned that the template system isn't safe against untrusted ...andrewnester
2017-01-27Tested AppConfig.__repr__().Anton Samarchyan
2017-01-26Fixed #27501 -- Documented lazy evaluation of ModelChoiceField.queryset.chillaranand
2017-01-26Slightly simplified django.conf.urls.static.static().Anton Samarchyan