summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Isolated test_close() cache test.fix-cache-testTim Graham2016-09-141-4/+8
* Fixed #27211 -- Made UpdateCacheMiddleware include caching headers for "304 N...Rinat Khabibiev2016-09-142-3/+18
* Fixed #26170 -- Made ModelAdmin views run transactions on the correct database.Jibodeah2016-09-144-4/+136
* Fixed #27214 -- Made skip db features decorators respect wrapping order and i...Simon Charette2016-09-132-7/+32
* Fixed a couple ordering dependent tests on Oracle broken by refs #27203.Tim Graham2016-09-131-2/+2
* Fixed #27216 -- Corrected import location in admin deprecation messages.Jeff Willette2016-09-132-4/+4
* Fixed #27203 -- Replaced assertQuerysetEqual(..., lambda o: o) with assertSeq...Mads Jensen2016-09-1323-504/+262
* Refs #26524 -- Added a test for a <OneToOneField>_id reference in ModelAdmin....Jon Dufresne2016-09-121-4/+16
* Fixed #26524 -- Fixed crash in admin change view when displaying many to many...Jon Dufresne2016-09-123-1/+13
* Fixed #23155 -- Added request argument to user_login_failed signal.Gavin Wahl2016-09-126-7/+42
* Fixed #25187 -- Made request available in authentication backends.Aleksej Manaev2016-09-1212-24/+106
* Used a database feature to prevent the jsonb test model from being migrated.Simon Charette2016-09-124-42/+19
* Added a blank line per isort.Tim Graham2016-09-121-0/+1
* Removed an empty test app.Tim Graham2016-09-121-0/+0
* Fixed #27212 -- Fixed typo in docs/howto/static-files/index.txt.Tim Graham2016-09-121-3/+3
* Fixed #27206 -- Corrected MONTH_DAY/DATE_FORMAT for et locale.Merike Sell2016-09-121-2/+2
* Fixed #27209 -- Fixed typo in docs/ref/models/database-functions.txt.Simon Charette2016-09-121-1/+1
* Refs #27098 -- Added introspection for expression-based index on PostgreSQLClaude Paroz2016-09-122-11/+26
* Reformatted PostgreSQL query for better readabilityClaude Paroz2016-09-121-7/+6
* Fixed #27098 -- Deprecated DatabaseIntrospection.get_indexesClaude Paroz2016-09-1213-29/+81
* Fixed #26401 -- Added BaseAuthConfig to use auth without migrations.Jon Dufresne2016-09-105-2/+121
* Fixed indentation in previous commit.Tim Graham2016-09-101-2/+2
* Fixed #26097 -- Added password_validators_help_text_html to UserCreationForm.Alexander Gaevsky2016-09-104-1/+19
* Fixed #27207 -- Replaced <p> tag with <div> in admin help texts.Alexander Gaevsky2016-09-109-22/+44
* Used decorators in conditional_processing test views.Tim Graham2016-09-101-5/+5
* Fixed #27083 -- Added support for weak ETags.Kevin Christopher Henry2016-09-1011-66/+128
* Fixed #27204 -- Made clashing m2m intermediary table checks ignore unmanaged ...Tim Graham2016-09-092-2/+32
* Refs #25415 -- Fixed invalid models in the test suite.Adam Chainz2016-09-0910-17/+16
* Fixed #27062 -- Eased implementing select_for_update() on MSSQL.Mikhail Denisenko2016-09-093-18/+36
* Normalized spelling of ETag.Tim Graham2016-09-098-8/+7
* Fixed #27199 -- Made AdminIntegerFieldWidget use NumberInput.Rinat Khabibiev2016-09-093-3/+6
* Organized forms_tests test_regressions.py.Tim Graham2016-09-097-228/+198
* Fixed #27195 -- Stopped dropping default when adding a nullable column.Simon Charette2016-09-092-2/+7
* Fixed #27175 -- Deprecated silencing exceptions from the {% include %} templa...Jon Dufresne2016-09-086-10/+53
* Fixed #27170 -- Added DatabaseWrapper class attributes to ease subclassing.Chris Jerdonek2016-09-0811-70/+87
* Refs #15250 -- Removed an obsolete comment regarding MTI cascade deletion.Simon Charette2016-09-082-9/+1
* Fixed #26956 -- Added success_url_allowed_hosts to LoginView and LogoutView.Jon Dufresne2016-09-075-5/+84
* Refs #26956 -- Allowed is_safe_url() to validate against multiple hostsJon Dufresne2016-09-076-18/+48
* Fixed #27143 -- Allowed combining SearchQuery with more than one & or | opera...Nicola Jordan2016-09-073-19/+74
* Fixed #27174 -- Explained where PollsConfig comes from in tutorial 2.Ankur Gupta2016-09-071-3/+6
* Fixed #26908 -- Fixed crash with jsonfield__key__isnull lookup.Tim Graham2016-09-072-1/+12
* Fixed #27191 -- Fixed debug view crash for requests with 'items' in GET/POST/...Anatoly Burov2016-09-072-18/+92
* Fixed #27180 -- Fixed a crash in MySQL checks where SELECT @@sql_mode doesn't...Markus Gerards2016-09-072-2/+3
* Removed unused lines in multiple_database test.Tim Graham2016-09-071-7/+1
* Fixed #27172 -- Closed database cursor explicitly in two doc examplesChris Jerdonek2016-09-072-18/+16
* Fixed #24865 -- Added remove_stale_contenttypes management command.Tim Graham2016-09-068-106/+164
* Removed transitive import of types.MethodType from six.Curtis Maloney2016-09-061-3/+3
* Fixed #27171 -- Added unicode_literals and coding preamble to all files in st...Ivan2016-09-035-5/+15
* Fixed #25788 -- Enabled the cached template loader if debug is False.Tim Graham2016-09-036-13/+55
* Replaced smart_* by force_* calls whenever possibleClaude Paroz2016-09-0323-63/+60