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
*
[2.2.x] Fixed #30183 -- Added introspection of inline SQLite constraints.
Paveł Tyślacki
2019-03-15
1
-0
/
+115
*
[2.2.x] Fixed a failure when running tests on systems with SQLite < 3.8.3.
Tim Graham
2019-02-21
1
-1
/
+6
*
[2.2.x] Fixed #30193, Refs #28478 -- Avoided PostgreSQL connection health che...
Simon Charette
2019-02-20
1
-0
/
+6
*
[2.2.x] Fixed #30171 -- Fixed DatabaseError in servers tests.
Jon Dufresne
2019-02-14
1
-43
/
+64
*
[2.2.x] Refs #30055 -- Added a helpful error when SQLite is too old.
Tim Graham
2019-01-28
1
-0
/
+11
*
[2.2.x] Fixed #30117 -- Fixed SchemaEditor.quote_value() test for mysqlclient...
Mariusz Felisiak
2019-01-19
1
-1
/
+1
*
Refs #28478 -- Prevented database feature based skipping on tests disallowing...
Simon Charette
2019-01-14
1
-16
/
+17
*
Fixed #28658 -- Added DISTINCT handling to the Aggregate class.
Simon Charette
2019-01-09
1
-0
/
+12
*
Fixed #30056 -- Added SQLite support for StdDev and Variance functions.
Nick Pope
2018-12-24
1
-1
/
+0
*
Refs #14204 -- Removed obsolete referential integrity comment for SQLite.
Nick Pope
2018-12-22
1
-7
/
+2
*
Refs #29182 -- Corrected SQLite's supports_atomic_references_rename feature f...
Simon Charette
2018-12-22
1
-1
/
+5
*
Renamed SQLite3 references to to SQLite.
Simon Charette
2018-12-22
1
-2
/
+2
*
Refs #29182 -- Stopped relying on legacy alter table semantic on SQLite 3.26+.
Simon Charette
2018-12-17
1
-3
/
+3
*
Fixed #30023 -- Prevented SQLite schema alterations while foreign key checks ...
Simon Charette
2018-12-15
1
-17
/
+47
*
Refs #30013 -- Fixed SchemaEditor.quote_value() test for mysqlclient 1.3.14+.
Tim Graham
2018-12-05
1
-1
/
+2
*
Switched TestCase to SimpleTestCase where possible in Django's tests.
Tim Graham
2018-11-27
1
-2
/
+2
*
Fixed #29949 -- Refactored db introspection identifier converters.
Mariusz Felisiak
2018-11-21
1
-3
/
+3
*
Added BaseDatabaseSchemaEditor._effective_default() to allow testing without ...
Tim Graham
2018-11-17
1
-8
/
+5
*
Fixed #29505 -- Removed SchemaEditor's calling of callable defaults.
Tim Graham
2018-11-17
1
-0
/
+22
*
Fixed #29788 -- Added support for Oracle Managed File (OMF) tablespaces.
Mariusz Felisiak
2018-11-13
1
-0
/
+19
*
Fixed #29827 -- Fixed reuse of test databases with --keepdb on MySQL.
Sergey Fedoseev
2018-10-25
1
-0
/
+7
*
Fixed #29813 -- Fixed DatabaseOperation test when run in isolation on MySQL.
Jon Dufresne
2018-10-02
1
-2
/
+8
*
Fixed #29500 -- Fixed SQLite function crashes on null values.
Srinivas Reddy Thatiparthy
2018-09-10
1
-0
/
+16
*
Refs #29015 -- Added database name to PostgreSQL database name too long excep...
Jon Dufresne
2018-08-17
1
-3
/
+4
*
Fixed #29613 -- Fixed --keepdb on PostgreSQL if the database exists and the u...
Mariusz Felisiak
2018-08-03
1
-3
/
+10
*
Refs #29548 -- Fixed non-GIS test failures on MariaDB.
Tom Forbes
2018-07-09
1
-0
/
+2
*
Fixed #29380 -- Added support for QuerySet.select_for_update()'s nowait and s...
bakabiko
2018-05-18
1
-0
/
+13
*
Fixed #29363 -- Added SimpleTestCase.assertWarnsMessage().
Morgan Aubert
2018-05-09
2
-12
/
+11
*
Fixed #29350 -- Fix get_primary_key_column() method in sqlite3 backend
Zackary Troop
2018-04-28
1
-0
/
+27
*
Fixed #29015 -- Added an exception if the PostgreSQL database name is too long.
priyanshsaxena
2018-04-27
1
-0
/
+13
*
Refs #24791 -- Made PostgreSQL's nodb connection use first PostgresSQL db whe...
Mariusz Felisiak
2018-04-03
1
-4
/
+9
*
Fixed #29227 -- Allowed BooleanField to be null=True.
Tim Graham
2018-03-20
1
-1
/
+1
*
Fixed #29103 -- Removed bad 'b'-prefix added by MySQL's SchemaEditor.quote_va...
Claude Paroz
2018-03-17
1
-0
/
+1
*
Added tests for MySQL's SchemaEditor.quote_value().
Claude Paroz
2018-03-17
1
-0
/
+18
*
Fixed #29199 -- Fixed crash when database user password contains @ sign on Or...
Mariusz Felisiak
2018-03-13
1
-1
/
+14
*
Fixed #24747 -- Allowed transforms in QuerySet.order_by() and distinct(*fields).
Matthew Wilkes
2018-02-10
1
-1
/
+1
*
Refs #11487 -- Removed redundant test_long_string() test.
Mariusz Felisiak
2018-01-23
1
-11
/
+0
*
Fixed #28859 -- Made Oracle backend raise DatabaseError if "no data found" ex...
Mariusz Felisiak
2018-01-06
1
-0
/
+33
*
Fixed #28893 -- Removed unnecessary dict.items() calls.
Tim Graham
2017-12-06
2
-2
/
+2
*
Fixed #28849 -- Fixed referenced table and column rename on SQLite.
Simon Charette
2017-12-01
2
-1
/
+49
*
Fixed #28702 -- Made query lookups for CIText fields use citext.
Mads Jensen
2017-11-29
1
-0
/
+4
*
Fixed #28853 -- Updated connection.cursor() uses to use a context manager.
Jon Dufresne
2017-11-28
4
-70
/
+71
*
Fixed #28817 -- Made QuerySet.iterator() use server-side cursors after values...
Dražen Odobašić
2017-11-21
1
-1
/
+14
*
Added assertion helpers for PostgreSQL's server-side cursor tests.
Tim Graham
2017-11-21
1
-23
/
+17
*
Fixed #28804 -- Fixed "Unknown system variable 'transaction_isolation'" on Ma...
Tim Graham
2017-11-20
1
-3
/
+3
*
Fixed #28792 -- Fixed index name truncation of namespaced tables.
Simon Charette
2017-11-14
1
-1
/
+9
*
Fixed #28794 -- Fixed tx_isolation deprecation warning on MySQL 5.7.20+.
Sergey Fedoseev
2017-11-14
1
-1
/
+1
*
Fixed #28665 -- Change some database exceptions to NotImplementedError per PE...
Simon Charette
2017-10-06
1
-4
/
+5
*
Fixed #28596 -- Fixed QuerySet.bulk_create() and cascade deletion crash on Or...
Mariusz Felisiak
2017-10-05
1
-0
/
+14
*
Refs #28584 -- Removed unused DatabaseFeatures.can_share_in_memory_db.
Tim Graham
2017-10-03
1
-18
/
+3
[next]