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-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
2015-05-15
Fixed #24757 -- Recreated MySQL index when needed during combined index removal
Claude Paroz
2015-05-04
Allowed using the sqlite3 backend as much as possible without _sqlite3.
Milan Broum
2015-04-25
Fixed #24649 -- Allowed using Avg aggregate on non-numeric field types.
Tim Graham
2015-04-25
Fixed #24499 -- Dropped support for PostGIS 1.5.
Tim Graham
2015-04-18
Fixed #23879 -- Allowed model migration skip based on feature/vendor
Claude Paroz
2015-04-17
Fixed #24595 -- Prevented loss of null info in MySQL field alteration
Claude Paroz
2015-04-14
Fixed #24637 -- Fixed database introspection with SQLite 3.8.9.
peterfarrell
2015-04-06
Fixed #24584 -- Fixed microsecond handling with older MySQLdb
Jon Dufresne
2015-04-03
Cleaned up use of context manager in SQLite schema editor
Alex Hill
2015-03-30
Removed duplicate attribute in MySQL DatabaseSchemaEditor.
Andriy Sokolovskiy
2015-03-29
Fixed #19259 -- Added group by selected primary keys support.
Simon Charette
[prev]
[next]