summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-01-09Made prefetch_related SQL inspection tests less brittle.François Freitag
After refs #16614, integers might appear outside the WHERE clause.
2017-01-09Fixed #27705 -- Added protocol/server_cls attributes to runserver for ↵David Sanders
extensibility.
2017-01-09Refs #15667 -- Removed hardcoded icon size for related widget wrapper.elky
The template-based widget rendering branch was started years ago. This is obsolete now.
2017-01-09Fixed test isolation in a couple migrations tests.Tim Graham
Without this, tests from refs #27432 fail when running with --reverse.
2017-01-08Require Jinja2 >= 2.9.2 in test requirements.Florian Apolloner
While our code also works with any Jinja2 >2.7,<2.9 use >2.9.2 for simplicity reasons in the requirements file.
2017-01-07Fixed #27700 -- Optimized inspectdb tests by specifying database tables.Mariusz Felisiak
2017-01-07Pinned jinja2<2.9 in test requirements.Tim Graham
Kept the build green until a regression is fixed: https://github.com/pallets/jinja/issues/640
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
Thanks Harris Lapiroff for the report.
2017-01-06Fixed #27698 -- Added django.test.utils.ContextList.get()Tim Graham
2017-01-06Refs #15667 -- Prevented newlines in attrs.html widget rendering.Dmitry
Removed the trailing newline from widget attrs.html template. The solution may be revisited by fixing refs #9198 but not for Django 1.11. Thanks Dmitry Ivanchenko for the report and Preston Timmons for advice.
2017-01-06Fixed #27690 -- Removed time.sleep(1) before dropping the test database.David Szotten
Uncertain if this is needed, but no failures have appeared so far.
2017-01-06Fixed #24423 -- Reorganized i18n tag tests.Andy Craze
2017-01-06Fixed #27696 -- Measured email long lines on encoded contentClaude Paroz
Thanks Pavel Pokrovskiy for the report and Tim Graham for the review.
2017-01-06Refs #24688, #27497 -- Corrected docs: distance's 'spheroid' option isn't ↵Tim Graham
PostGIS specific.
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
2017-01-04Added stub release notes for 1.10.6.Tim Graham
2017-01-04Added release date for 1.10.5.Tim Graham
2017-01-04Fixed #27658 -- Prevented collectstatic from overwriting newer files in ↵Tim Graham
remote storages. Thanks revimi for the initial patch.
2017-01-04Tested collectstatic's deleting of files/symlinks when toggling --link.Tim Graham
2017-01-04Refs #2856 -- Removed redundant escaping in admin's "Perhaps it was ↵Tim Graham
deleted?" message.
2017-01-03Refs #15035 -- Corrected a bug and improved comments for a staticfiles test.Tim Graham
2017-01-03Fixed #25912 -- Added binary left/right shift operators to F expressions.anabelensc
Thanks Mariusz Felisiak for review and MySQL advice.
2017-01-03Fixed #26621 -- Corrected simplify_regex()'s handling of named capture groups.Ketan Bhatt
2017-01-03Fixed #27681 -- Fixed binary &/| operators for negative values on MySQL.Mariusz Felisiak
2017-01-03Fixed #2856 -- Replaced some 404s with messages in admin.Karen Tracey
Instead of a 404, return a redirect to admin index page with a message indicating that the requested object does not exist. This avoids the admin returning 404 from "Recent Actions" links for deleted objects.
2017-01-03Refs #25004 -- Fixed test failure introduced by OpenLayers 3 update.Claude Paroz
2017-01-03Replaced some GIS has_X_method skips with supports_X_aggr/has_X_function.Tim Graham
2017-01-02Refs #25004 -- Replaced PNGs with SVGselky
2017-01-02Fixed #25004 -- Updated OpenLayers-based widget to OpenLayers 3Claude Paroz
Thanks Tim Graham for the review.
2017-01-02Removed obsolete versionadded/changed annotations.Tim Graham
2017-01-02Fixed #27522 -- Fixed runserver autoreload when using staticfile's options.Jeroen van Veen
On a SyntaxError, made runserver exit with a stacktrace when using contrib.staticfiles's runserver options such as --nostatic.
2017-01-02Refs #27637 -- Fixed timesince, timeuntil on New Year's Eve in a leap year.vinay karanam
2017-01-01Refs #27632 -- Simplified params dict creation for Oracle (#7772)Josh Smeaton
2016-12-31Refs #24154 -- Added check_aggregate_support() to deprecation timeline.Tim Graham
2016-12-31Removed nonexistent LogoutView context from docs.Tim Graham
2016-12-30Removed links to deprecated GeoIP.Tim Graham
2016-12-30Fixed #27458 -- Fixed invalid sequence/index names when using "USER"."TABLE" ↵Andrew Nester
db_table on Oracle.
2016-12-30Fixed #27652 -- Doc'd that intcomma works with floats.Mads Jensen
2016-12-30Fixed #26478 -- Made {% for %} reject invalid unpacking vars with quotes or ↵Tim Martin
vertical bars.
2016-12-30Used assertRaisesMessage() in {% for %} tests.Tim Graham
2016-12-29Fixed #27615 -- Used timedeltas as arguments to Oracle database driver.Mariusz Felisiak
Removed unused DatabaseFeatures.driver_supports_timedeltas workaround.
2016-12-29Fixed #27649 -- Bumped required cx_Oracle to 5.2.Tim Graham
Removed obsolete workarounds from 1aa48898085ea16915877cc139e238a74e3f554b and dcf3be7a621f011a918453527406216a738acf68.
2016-12-29Fixed #25415 -- Made DiscoverRunner run system checks.Adam Chainz
2016-12-29Refs #25415 -- Made MySQL backend skip field validation of unsupported models.Adam Chainz