summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Refs #16682 -- Tested transaction.atomic() with KeyboardInterrupt.16682Tim Graham2016-09-211-0/+12
* Added myself to ops team (#7273)Markus Holtermann2016-09-212-0/+2
* Refs #27025 -- Fixed ArrayField querying on Python 3.6.Tim Graham2016-09-201-7/+8
* Added tests for ArrayField lookup errors.Tim Graham2016-09-201-0/+10
* Fixed #27238 -- Disabled check_pattern_startswith_slash if settings.APPEND_SL...Alasdair Nicol2016-09-193-0/+17
* Fixed #27219 -- Changed cx_Oracle client encoding to AL32UTF8 to allow 4-byte...Dmitry Medvinsky2016-09-193-3/+25
* Fixed #27165 -- Removed unnecessary CreateModel(... 'indexes': []) in migrati...akki2016-09-192-8/+4
* Removed invalid year character from datetime format in Azerbaijani locale.Emin Mastizada2016-09-191-3/+3
* Fixed a typo in docs/topics/auth/default.txt.aruseni2016-09-171-2/+2
* Refs #27025 -- Fixed a timezone test for Python 3.6.Tim Graham2016-09-171-2/+8
* Refs #27025 -- Fixed "invalid escape sequence" warnings in Python 3.6.Tim Graham2016-09-1742-82/+82
* Corrected docs for return type of Field.formfield().zhuanyenan2016-09-171-3/+3
* Simplified PostGIS index creationClaude Paroz2016-09-171-55/+27
* Stopped deleting from the geometry_columns view on PostGISClaude Paroz2016-09-172-9/+1
* Made FieldError/FieldDoesNotExist messages uniform across Python versions.François Freitag2016-09-175-11/+9
* Fixed #27235 -- Removed some usage of mutable default arguments.Chris Lamb2016-09-163-4/+4
* Refs #27083 -- Updated conditional header comparison to match RFC 7232.Kevin Christopher Henry2016-09-165-75/+169
* Fixed #26697 -- Removed contrib.gis.maps.Tim Graham2016-09-1612-927/+4
* Fixed #27198 -- Made MultiValueDict.getlist() return a new list to prevent mu...Jani Tiainen2016-09-162-6/+37
* Fixed typo in tests/migrations/test_loader.py.Tim Graham2016-09-161-1/+1
* Refs #27025 -- Fixed a test for the new re.RegexFlag in Python 3.6.Tim Graham2016-09-161-1/+7
* Refs #27025 -- Fixed tests for the new ModuleNotFoundError in Python 3.6.Tim Graham2016-09-162-2/+5
* Fixed typo in docs/ref/settings.txt.Tim Graham2016-09-151-3/+3
* Refs #5133 -- Isolated test_close() cache test.Tim Graham2016-09-151-4/+8
* Fixed #15143 -- Doc'd how to set the language for the test client.Michael Scott2016-09-142-0/+40
* 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