index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
db
/
backends
Age
Commit message (
Expand
)
Author
2015-11-24
[1.9.x] Fixed #25767 -- Fixed data truncation possibility with Positive(Small...
George Marshall
2015-10-09
[1.9.x] Fixed #22705 -- Fixed QuerySet.bulk_create() on models without any fi...
Tim Graham
2015-10-06
[1.9.x] Refs #12118 -- Allowed "mode=memory" in SQLite test database names.
Riccardo Magliocchetti
2015-09-26
[1.9.x] Fixed #25421 -- Fixed test --keepdb option on Oracle.
Mariusz Felisiak
2015-09-25
[1.9.x] Fixed #25196 -- Normalized database representations in test database ...
Ville Skyttä
2015-09-22
Fixed #24509 -- Added Expression support to SQLInsertCompiler
Alex Hill
2015-09-18
Refs #17785 -- Made docstring for sqlite3's get_relations() consistent with o...
Hynek Cernoch
2015-09-17
Refs #14091 -- Fixed connection.queries on SQLite.
Aymeric Augustin
2015-09-14
Fixed #25393 -- Fixed MySQL crash when adding text/blob field with unhashable...
Ville Skyttä
2015-09-11
Fixed #25329 -- Prevented _nodb_connection from being left open
Adam Chainz
2015-09-10
Enabled parallel testing by default in runtests.py.
Aymeric Augustin
2015-09-09
Changed database connection duplication technique.
Aymeric Augustin
2015-09-09
Cloned databases for running tests in parallel.
Aymeric Augustin
2015-09-05
Updated references to the TEST_* database settings.
Aymeric Augustin
2015-08-31
Fixed #25331 -- Removed trailing blank lines in docstrings.
Maxime Lorant
2015-08-15
Fixed #25180 -- Prevented varchar_patterns_ops and text_patterns_ops indexes ...
Caio Ariede
2015-08-07
Refs #25175 -- Added backwards compatibility for importing postgresql_psycopg...
Caio Ariede
2015-08-07
Fixed #25175 -- Renamed the postgresql_psycopg2 database backend to postgresql.
Caio Ariede
2015-07-15
Fixed #25128 -- Fixed SQLite SchemaEditor crash when adding a ForeignObject f...
Tim Graham
2015-06-30
Fixed #23658 -- Provided the password to PostgreSQL dbshell command
Jean-Michel Vourgère
2015-07-01
Removed datetime_cast_sql, which is never overridden or used anywhere in Django.
Shai Berger
2015-06-30
Fixed #21803 -- Added support for post-commit callbacks
Andreas Pelme
2015-06-27
Fixed #24887 -- Removed one-arg limit from models.aggregate
Greg Chapple
2015-06-24
Refs #25002 -- Supported textual to temporal column alteration on Oracle.
Simon Charette
2015-06-24
Renamed RemovedInDjangoXYWarnings for new roadmap.
Tim Graham
2015-06-22
Fixed #25002 -- Used PostgreSQL column type alteration USING clause.
Simon Charette
2015-06-20
Changed Oracle's test-database-creation to use an explicit main-db-connection
Shai Berger
2015-06-19
Fixed #23804 -- Added RasterField for PostGIS.
Daniel Wiesmann
2015-06-18
Removed support for Python 3.3.
Tim Graham
2015-06-15
Fixed #24972 -- Fixed removing unique_together indexes on MySQL.
Adam Brenecki
2015-06-15
Fixed flake8 warnings on Python 3.
Tim Graham
2015-06-06
Imported sqlite3 instead of _sqlite3
Sagar Mittal
2015-06-05
Fixed #24767 -- Added Greatest and Least expressions
Ian Foote
2015-06-05
Fixed #19542: Made mirroring databases for tests work with Oracle
Shai Berger
2015-06-04
Fixed #22316 -- Added time filters to TimeField on SQLite.
Matthew Somerville
2015-06-02
Fixed #24893 -- Fixed lack of unique constraint when changing a field from pr...
Tim Graham
2015-06-02
Fixed #24892 -- Fixed quoting of SQL when renaming a field to AutoField in Po...
Tim Graham
2015-06-02
Fixed #9596 -- Added date transform for DateTimeField.
Jon Dufresne
2015-05-30
Fixed #24699 -- Added aggregate support for DurationField on Oracle
Josh Smeaton
2015-05-30
Fixed #24846 -- Added support to MySQL SchemaEditor for all blob/text data types
Adam Chainz
2015-05-28
Fixed #24817 -- Prevented loss of null info in MySQL field renaming.
Andriy Sokolovskiy
2015-05-24
Well, what should I say: UPS.
Florian Apolloner
2015-05-24
Fixed #24844 -- Corrected has_changed implementation for HStoreField.
Andrea Grandi
2015-05-17
Dropped the needs_datetime_string_cast feature.
Aymeric Augustin
2015-05-17
Fixed #23820 -- Supported per-database time zone.
Aymeric Augustin
2015-05-17
Renamed value_to_db_xxx to adapt_xxxfield_value.
Aymeric Augustin
2015-05-17
Removed global timezone-aware datetime adapters.
Aymeric Augustin
2015-05-17
Normalized the implementation of get_db_converters.
Aymeric Augustin
2015-05-17
Removed global timezone-aware datetime converters.
Aymeric Augustin
2015-05-15
Fixed #24791 -- Added fallback when 'postgres' database isn't available
Claude Paroz
[next]