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
/
base
Age
Commit message (
Expand
)
Author
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-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-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-24
Renamed RemovedInDjangoXYWarnings for new roadmap.
Tim Graham
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 #9596 -- Added date transform for DateTimeField.
Jon Dufresne
2015-05-30
Fixed #24699 -- Added aggregate support for DurationField on Oracle
Josh Smeaton
2015-05-28
Fixed #24817 -- Prevented loss of null info in MySQL field renaming.
Andriy Sokolovskiy
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-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-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-03-29
Fixed #19259 -- Added group by selected primary keys support.
Simon Charette
2015-03-25
Renamed Field.rel attribute to remote_field
Anssi Kääriäinen
2015-03-24
Removed getLogger alias in django.utils.log.
Tim Graham
2015-03-23
Fixed #12400 -- Allowed geometry fields in unique_together
Claude Paroz
2015-03-07
Fixed #24447 -- Made migrations add FK constraints for existing columns
Jean-Louis Fuchs
2015-03-02
Fixed MySQL build failure introduced by refs #24390.
Tim Graham
2015-03-02
Fixed #24390 -- Made migration index names deterministic.
László Károlyi
2015-02-22
Fixed signature of BaseDatabaseOperations.date_interval_sql() and document th...
Michael Manfre
2015-02-20
Fixed #24351, #24346 -- Changed the signature of allow_migrate().
Loic Bistuer
2015-02-20
Update converters to take a consistent set of parameters.
Marc Tamlyn
2015-02-19
Fixed #24307: Avoided redundant column nullability modifications on Oracle
Shai Berger
2015-02-12
Refs #14030 -- Improved expression support for python values
Josh Smeaton
2015-02-06
Fixed E265 comment style
Collin Anderson
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2015-01-31
Fixed #24245 -- Added introspection for database defaults.
Tim Graham
2015-01-28
Removed threading fallback imports.
Tim Graham
2015-01-27
Fixed #24154 -- Backends can now check support for expressions
Josh Smeaton
2015-01-22
Fixed #24104 -- Fixed check to look on field.many_to_many instead of class in...
Andriy Sokolovskiy
2015-01-20
Fixed typos in code comments.
Adam Taylor
2015-01-19
Fixed #24163 -- Removed unique constraint after index on MySQL
Markus Holtermann
2015-01-18
Removed obsolete SQL generation methods.
Tim Graham
2015-01-18
Removed support for syncing apps without migrations per deprecation timeline.
Tim Graham
[next]