summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2016-09-30Refs #27186 -- Fixed model form default fallback for CheckboxSelectMultiple.Tim Graham
2016-09-30Refs #27210 -- Fixed isolation of test_fail_silently_on_connection_error.Tim Graham
2016-09-30Confirmed support for PostGIS 2.3.Tim Graham
2016-09-28Fixed #27217 -- Fixed crash in CreateModel optimization with models that use ...Tim Graham
2016-09-27Split admin_docs tests into separate files.Tim Graham
2016-09-27Fixed #27268 -- Restored an invalid related field lookup error message in Qu...Mariusz Felisiak
2016-09-27Fixed #27210 -- Allowed SMTPBackend to fail silently on a socket connection e...Vesteinn Snaebjarnarson
2016-09-27Fixed #20705 -- Allowed using PasswordResetForm with user models with an emai...levental
2016-09-27Fixed #27053 -- Documented contrib.auth.get_user().Berker Peksag
2016-09-27Fixed #27266 -- Allowed using assertFormError()/assertFormsetError() in admin...Tim Graham
2016-09-27Fixed #27271 -- Fixed a crash in runserver logging.Sergey Fursov
2016-09-24Fixed #27118 -- Made QuerySet.get_or_create()/update_or_create() error for a ...François Freitag
2016-09-24Fixed typo in tests/aggregation_regress/tests.py.Tim Graham
2016-09-22Fixed #27257 -- Fixed builtin text lookups on JSONField keys.Simon Charette
2016-09-22Fixed #27159 -- Prevented pickling a query with an __in=inner_qs lookup from ...Jani Tiainen
2016-09-22Fixed #27186 -- Fixed model form default fallback for MultiWidget, FileInput,...Tim Graham
2016-09-22Fixed #27056 -- Allowed migrating geometry field dimension on PostGISClaude Paroz
2016-09-22Refs #27056 -- Rearranged gis_migrations test case classesClaude Paroz
2016-09-21Fixed #27256 -- Changed Select widget's selected attribute to use HTML5 boole...Jon Dufresne
2016-09-21Fixed #26210 -- Prevented SMTP backend from trying to send mail after a conne...levental
2016-09-21Tested model signals "sender" parameter when defer() is used.Mathieu Pillard
2016-09-21Refs #16682 -- Tested transaction.atomic() with KeyboardInterrupt.Claude Paroz
2016-09-21Fixed #26610 -- Added CITextField to contrib.postgres.Mads Jensen
2016-09-20Added tests for ArrayField lookup errors.Tim Graham
2016-09-19Fixed #27238 -- Disabled check_pattern_startswith_slash if settings.APPEND_SL...Alasdair Nicol
2016-09-19Fixed #27219 -- Changed cx_Oracle client encoding to AL32UTF8 to allow 4-byte...Dmitry Medvinsky
2016-09-19Fixed #27165 -- Removed unnecessary CreateModel(... 'indexes': []) in migrati...akki
2016-09-17Refs #27025 -- Fixed a timezone test for Python 3.6.Tim Graham
2016-09-17Refs #27025 -- Fixed "invalid escape sequence" warnings in Python 3.6.Tim Graham
2016-09-17Made FieldError/FieldDoesNotExist messages uniform across Python versions.François Freitag
2016-09-16Refs #27083 -- Updated conditional header comparison to match RFC 7232.Kevin Christopher Henry
2016-09-16Fixed #26697 -- Removed contrib.gis.maps.Tim Graham
2016-09-16Fixed #27198 -- Made MultiValueDict.getlist() return a new list to prevent mu...Jani Tiainen
2016-09-16Fixed typo in tests/migrations/test_loader.py.Tim Graham
2016-09-16Refs #27025 -- Fixed a test for the new re.RegexFlag in Python 3.6.Tim Graham
2016-09-16Refs #27025 -- Fixed tests for the new ModuleNotFoundError in Python 3.6.Tim Graham
2016-09-15Refs #5133 -- Isolated test_close() cache test.Tim Graham
2016-09-14Fixed #27211 -- Made UpdateCacheMiddleware include caching headers for "304 N...Rinat Khabibiev
2016-09-14Fixed #26170 -- Made ModelAdmin views run transactions on the correct database.Jibodeah
2016-09-13Fixed #27214 -- Made skip db features decorators respect wrapping order and i...Simon Charette
2016-09-13Fixed a couple ordering dependent tests on Oracle broken by refs #27203.Tim Graham
2016-09-13Fixed #27203 -- Replaced assertQuerysetEqual(..., lambda o: o) with assertSeq...Mads Jensen
2016-09-12Refs #26524 -- Added a test for a <OneToOneField>_id reference in ModelAdmin....Jon Dufresne
2016-09-12Fixed #26524 -- Fixed crash in admin change view when displaying many to many...Jon Dufresne
2016-09-12Fixed #23155 -- Added request argument to user_login_failed signal.Gavin Wahl
2016-09-12Fixed #25187 -- Made request available in authentication backends.Aleksej Manaev
2016-09-12Used a database feature to prevent the jsonb test model from being migrated.Simon Charette
2016-09-12Added a blank line per isort.Tim Graham
2016-09-12Removed an empty test app.Tim Graham
2016-09-12Refs #27098 -- Added introspection for expression-based index on PostgreSQLClaude Paroz