index
:
delta/python-packages/django.git
1.8
15667
16682
24046
24215
24525
26176
3.2-man-page
4.0/make-zoneinfo-default-timezone-implementation-squashed
alex-patch-1
attic/boulder-oracle-sprint
attic/full-history
attic/generic-auth
attic/gis
attic/i18n
attic/magic-removal
attic/multi-auth
attic/multiple-db-support
attic/new-admin
attic/newforms-admin
attic/per-object-permissions
attic/queryset-refactor
attic/schema-evolution
attic/schema-evolution-ng
attic/search-api
attic/sqlalchemy
attic/unicode
c/29988-allow-f-strings
c/32409-async-tests-cannot-call-orm
c/append-slash-opt-out
c/replace-utcnow
c/use-bpo-extlink
dep0005
dep5
fix-cache-test
fix/remove-stray-file
issue/31570
link-to-code-of-conduct
main
make-zoneinfo-default-timezone-implementation
master
remove-unnecesary-if-wrap
selenium-updates
sir-sigurd-patch-1
soc2009/admin-ui
soc2009/http-wsgi-improvements
soc2009/i18n-improvements
soc2009/model-validation
soc2009/multidb
soc2009/test-improvements
soc2010/app-loading
soc2010/query-refactor
soc2010/test-refactor
stable/0.90.x
stable/0.91.x
stable/0.95.x
stable/0.96.x
stable/1.0.x
stable/1.1.x
stable/1.10.x
stable/1.11.x
stable/1.2.x
stable/1.3.x
stable/1.4.x
stable/1.5.x
stable/1.6.x
stable/1.7.x
stable/1.8.x
stable/1.9.x
stable/2.0.x
stable/2.1.x
stable/2.2.x
stable/3.0.x
stable/3.1.x
stable/3.2.x
stable/4.0.x
stable/4.1.x
stable/4.2.x
swap-closing-quote-period-in-admin-i18nable-literal
ticket-25055
ticket-31342
update-next-docs-version
github.com: django/django.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
backends
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed #32403 -- Fixed re-raising DatabaseErrors when using only 'postgres' da...
Mariusz Felisiak
2021-02-02
1
-1
/
+49
*
Fixed #32292 -- Added support for connection by service name to PostgreSQL.
Hasan Ramezani
2021-01-20
1
-0
/
+30
*
Refs #31369 -- Removed models.NullBooleanField per deprecation timeline.
Mariusz Felisiak
2021-01-14
1
-2
/
+2
*
Fixed #26167 -- Added support for functional indexes.
Hannes Ljungberg
2021-01-13
1
-2
/
+71
*
Fixed #32303 -- Bumped minimum supported SQLite to 3.9.0.
Mariusz Felisiak
2020-12-30
1
-3
/
+3
*
Fixed #32158 -- Fixed loaddata crash on SQLite when table/column names are SQ...
Chinmoy Chakraborty
2020-12-28
2
-1
/
+20
*
Refs #32178 -- Fixed test_mark_expected_failures_and_skips_call teardown.
Tim Graham
2020-12-11
1
-3
/
+8
*
Fixed #32178 -- Allowed database backends to skip tests and mark expected fai...
Hasan Ramezani
2020-12-10
1
-0
/
+62
*
Fixed #32224 -- Avoided suppressing connection errors in supports_json_field ...
Mariusz Felisiak
2020-11-25
1
-0
/
+18
*
Fixed #31762 -- Made reloading the database for tests use the base manager.
Hasan Ramezani
2020-11-11
2
-0
/
+20
*
Refs #32061 -- Unified DatabaseClient.runshell() in db backends.
Simon Charette
2020-10-29
3
-1
/
+21
*
Made small readability improvements.
Martin Thoma
2020-10-28
1
-8
/
+6
*
Fixed #32012 -- Made test database creation sync apps models when migrations ...
Mariusz Felisiak
2020-09-23
5
-5
/
+57
*
Corrected tests.backends.sqlite.tests.Tests.test_aggregation()'s docstring.
Mariusz Felisiak
2020-09-13
1
-3
/
+1
*
Fixed #31956 -- Fixed crash of ordering by JSONField with a custom decoder on...
Mariusz Felisiak
2020-08-28
1
-5
/
+0
*
Bumped minimum isort version to 5.1.0.
David Smith
2020-07-30
2
-1
/
+2
*
Fixed #17653 -- Allowed using zero as AutoFields value on MySQL if NO_AUTO_VA...
Mariusz Felisiak
2020-07-20
2
-1
/
+8
*
Fixed #28925 -- Fixed durations-only expressions crash on SQLite and MySQL.
Sergey Fedoseev
2020-06-30
1
-4
/
+0
*
Refs #30116 -- Simplified regex match group access with Match.__getitem__().
Jon Dufresne
2020-05-11
1
-1
/
+1
*
Fixed #12990, Refs #27694 -- Added JSONField model field.
sage
2020-05-08
1
-0
/
+5
*
Fixed a/an typos in "SQL" usage.
Adam Johnson
2020-05-06
1
-1
/
+1
*
Fixed backends.oracle.test_operations.
Mariusz Felisiak
2020-04-21
1
-1
/
+3
*
Fixed #31479 -- Added support to reset sequences on SQLite.
Jon Dufresne
2020-04-21
1
-3
/
+14
*
Capitalized Unicode in docs, strings, and comments.
Jon Dufresne
2020-04-20
1
-2
/
+2
*
Fixed #31477 -- Removed "using" argument from DatabaseOperations.execute_sql_...
Jon Dufresne
2020-04-20
2
-2
/
+2
*
Simplified LongNameTest.test_sequence_name_length_limits_flush() with execute...
Jon Dufresne
2020-04-18
1
-3
/
+1
*
Fixed #31473 -- Made sql_flush() use RESTART IDENTITY to reset sequences on P...
Jon Dufresne
2020-04-17
6
-130
/
+33
*
Added test coverage for DatabaseOperations.sql_flush().
Jon Dufresne
2020-04-17
5
-2
/
+416
*
Fixed typo in tests/backends/base/test_operations.py.
Mariusz Felisiak
2020-04-08
1
-13
/
+13
*
Refs #31051 -- Fixed reloading the database with circular related objects and...
Matthijs Kooijman
2020-04-02
2
-1
/
+42
*
Refs #26552 -- Added test for reloading the database with self-referential ob...
Matthijs Kooijman
2020-04-02
2
-1
/
+28
*
Fixed #31345 -- Added BaseDatabaseIntrospection.get_relations().
shankarj67
2020-03-06
1
-0
/
+5
*
Fixed #31333 -- Added BaseDatabaseIntrospection.get_table_description().
aryan
2020-03-04
1
-0
/
+5
*
Added tests for BaseDatabaseIntrospection's stub methods.
Mariusz Felisiak
2020-03-04
1
-0
/
+32
*
Fixed backends tests on Oracle.
Mariusz Felisiak
2020-02-24
1
-8
/
+8
*
Fixed tests when run in reverse.
Mariusz Felisiak
2020-02-19
1
-3
/
+3
*
Fixed #31271 -- Preserved ordering when unifying query parameters on Oracle.
Mariusz Felisiak
2020-02-18
1
-0
/
+4
*
Fixed #31228 -- Reallowed aggregates to be used with multiple expressions and...
Taoup
2020-02-18
1
-0
/
+9
*
Fixed #26552 -- Deferred constraint checks when reloading the database with d...
Matthijs Kooijman
2020-02-14
2
-0
/
+29
*
Fixed #31233 -- Closed database connections and cursors after use.
Jon Dufresne
2020-02-06
3
-19
/
+30
*
Refs #31233 -- Changed DatabaseWrapper._nodb_connection to _nodb_cursor().
Jon Dufresne
2020-02-06
1
-9
/
+21
*
Simplified imports from django.db and django.contrib.gis.db.
Nick Pope
2020-02-04
6
-16
/
+9
*
Refs #31117 -- Made various tests properly handle unexpected databases aliases.
Matthijs Kooijman
2020-01-20
1
-2
/
+6
*
Fixed #31117 -- Isolated backends.base.test_creation.TestDbCreationTests.
Matthijs Kooijman
2020-01-20
1
-8
/
+12
*
Refs #31117 -- Moved get_connection_copy() test hook to a module level.
Mariusz Felisiak
2020-01-20
1
-10
/
+12
*
Refs #31117 -- Isolated backends.sqlite.test_creation.TestDbSignatureTests.
Mariusz Felisiak
2019-12-31
1
-9
/
+7
*
Fixed #30413 -- Fixed test database signature on SQLite when test database na...
Farhaan Bukhsh
2019-11-21
1
-0
/
+18
*
Fixed #25388 -- Added an option to allow disabling of migrations during test ...
Jon Dufresne
2019-11-20
1
-1
/
+28
*
Refs #29983 -- Added support for using pathlib.Path in all settings.
Jon Dufresne
2019-11-07
1
-1
/
+17
*
Refs #29444 -- Allowed returning multiple fields from INSERT statements on Po...
Johannes Hoppe
2019-09-09
2
-26
/
+1
[next]