summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-01-14Refs #16614 -- Prevented database errors from being masked by cursor close.François Freitag
2017-01-14Refs #25226 -- Cloned ArrayField.base_field on deconstruction.Simon Charette
2017-01-14Fixed #27699 -- Added negative timedelta support to parse_duration()Jinank Jain
2017-01-14Fixed tests that rely on hardcoded id with keepdbJosh Smeaton
2017-01-14Changed a test to be consistent when run in parallel.Josh Smeaton
2017-01-13Fixed #27709 -- Fixed get_for_models() for proxies with an empty cache.Simon Charette
2017-01-13Fixed #27518 -- Prevented possibie password reset token leak via HTTP Referer...Romain Garrigues
2017-01-13Removed available_apps on TestCase subclasses.Simon Charette
2017-01-13Made contenttypes and auth apps unavailable when not necessary in tests.Simon Charette
2017-01-13Refs #20483 -- Implemented cascaded flush on Oracle.Simon Charette
2017-01-13Fixed #27723 -- Set MultiWidget's subwidgets input type from attrs argument.Mariusz Felisiak
2017-01-12Split AuthTemplateTests into test methods.Tim Graham
2017-01-12Fixed #27721 -- Added interface name to shell's IPython/bython import error.Peter Inglesby
2017-01-12Fixed outdated log level in docs/topics/logging.txt.André Cruz
2017-01-11Fixed #27713 -- Clarified NoReverseMatch error message when no view is found.Marten Kenbeek
2017-01-11Fixed typos in docs/ref/contrib/admin/index.txtTim Graham
2017-01-11Fixed typo in docs/topics/db/managers.txt.M Somerville
2017-01-11Refs #16614 -- Made QuerySet.iterator() use server-side cursors on PostgreSQL.François Freitag
2017-01-11Fixed #24452 -- Fixed HashedFilesMixin correctness with nested paths.David Sanders
2017-01-10Fixed #27717 -- Allowed migration optimization across AlterModelOptions.Ed Morley
2017-01-10Fixed #27712 -- Reallowed Input widget's attrs argument to set the input type.Mariusz Felisiak
2017-01-10Fixed #27714 -- Fixed small visual artifact when clicking inline edit button ...Anton Samarchyan
2017-01-10Fixed #27711 -- Demoted "Installing a distribution-specific package" in insta...Tim Graham
2017-01-10Fixed #26961 -- Made admin checks run when DEBUG=False.Adam Chainz
2017-01-10Fixed #27673 -- Made admin's checks run at check time instead of during regis...Adam Chainz
2017-01-09Fixed #27688 -- Made messages' add_message() request check use ducktyping.Raffaele Salmaso
2017-01-09Skipped unnecessary system checks in user_commands test.Adam Chainz
2017-01-09Removed SHOUTING in doc examples.Maxime Lorant
2017-01-09Fixed #27707 -- Removed shell support for IPython < 1.0.Tim Graham
2017-01-09Made prefetch_related SQL inspection tests less brittle.François Freitag
2017-01-09Fixed #27705 -- Added protocol/server_cls attributes to runserver for extensi...David Sanders
2017-01-09Refs #15667 -- Removed hardcoded icon size for related widget wrapper.elky
2017-01-09Fixed test isolation in a couple migrations tests.Tim Graham
2017-01-08Require Jinja2 >= 2.9.2 in test requirements.Florian Apolloner
2017-01-07Fixed #27700 -- Optimized inspectdb tests by specifying database tables.Mariusz Felisiak
2017-01-07Pinned jinja2<2.9 in test requirements.Tim Graham
2017-01-07Simplified a contenttypes check test with mock.Adam Chainz
2017-01-07Refs #26961 -- Fixed invalid ModelAdmins in tests.Adam Chainz
2017-01-06Fixed #27432 -- Made app_label arguments limit showmigrations --plan output.Sebastian Spiegel
2017-01-06Fixed #27693, Refs #27257 -- Fixed iexact lookup on JSONField keys.Simon Charette
2017-01-06Fixed #27698 -- Added django.test.utils.ContextList.get()Tim Graham
2017-01-06Refs #15667 -- Prevented newlines in attrs.html widget rendering.Dmitry
2017-01-06Fixed #27690 -- Removed time.sleep(1) before dropping the test database.David Szotten
2017-01-06Fixed #24423 -- Reorganized i18n tag tests.Andy Craze
2017-01-06Fixed #27696 -- Measured email long lines on encoded contentClaude Paroz
2017-01-06Refs #24688, #27497 -- Corrected docs: distance's 'spheroid' option isn't Pos...Tim Graham
2017-01-05Refs #27025 -- Added Python 3.6 to tox.ini.Andrii Soldatenko
2017-01-05Alphabetized system check reference.Tim Graham
2017-01-05Cosmetic edits for messages_tests.Tim Graham
2017-01-04Fixed #27680 -- Linked to "Classy Class-Based Views" in docs.jpic