index
:
chango.git
devmain
fix-31295
initial-branch
main
refs-37159
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
db
Age
Commit message (
Expand
)
Author
2015-05-22
Fixed #16891 -- Made Model/QuerySet.delete() return the number of deleted obj...
Alexander Sosnovskiy
2015-05-20
Fixed #24705 -- Fixed negated Q objects in expressions.
Anssi Kääriäinen
2015-05-19
Fixed #24818 -- Prevented models.CharField from accepting a string as max_length
Alasdair Nicol
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-16
Removed redundant list() calls.
Tim Graham
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-13
Removed unnecessary arguments in .get method calls
Piotr Jakimiak
2015-05-13
Fixed #24742 -- Made runserver.check_migrations ignore read-only databases
Claude Paroz
2015-05-12
Fixed #24105 -- Called Storage.get_valid_name() when upload_to is callable
Abhaya Agarwal
2015-05-12
Fixed #24156 -- Fixed inherited related name of ManyToManyField.
Andriy Sokolovskiy
2015-05-11
Fixed #24748 -- Fixed incorrect GROUP BY on MySQL in some queries
Anssi Kääriäinen
2015-05-11
Fixed #24766 -- Added join promotion for Case expressions
Anssi Kääriäinen
2015-05-11
Removed redundant removal of hyphens in UUIDField.
Matt Robenolt
2015-05-08
Fixed #24758 -- Corrected Options.get_fields() docstring.
Tim Graham
2015-05-06
Fixed #24708 -- Handled non-string values in GenericIPAddressField.to_python()
Pradeek
2015-05-05
Fixed #24752 -- query crash when reusing Case expressions
Anssi Kääriäinen
2015-05-04
Allowed using the sqlite3 backend as much as possible without _sqlite3.
Milan Broum
2015-05-02
Fixed #24693 -- Added label and label_lower property to Model._meta
Luis Del Giudice
2015-05-02
Moved migration exception classes to shared module
Markus Holtermann
2015-04-30
Fixed #24725 -- Allowed renaming of target models in ManyToMany relations
Markus Holtermann
2015-04-28
Fixed #24719 -- Restored the ability to use interators as queryset related ob...
Aric Coady
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-25
Fixed #24701 -- Converted model manager names to unicode in migrations
Markus Holtermann
2015-04-21
Fixed #24573 -- Considered new related models for reloading
Markus Holtermann
2015-04-21
Refs #24354 -- Prevented repointing of relations on superclasses when migrati...
Matthew Wilkes
2015-04-20
Fixed #24591 -- Optimized cloning of ModelState objects.
Marten Kenbeek
2015-04-20
Fixed #24654 -- Based ordering circular references detection on columns.
Simon Charette
2015-04-20
Fixed #22394 -- Refactored built-in datetime lookups to transforms.
Jon Dufresne
2015-04-20
Refs #24397 -- Sped up model reloading in ProjectState.
Marten Kenbeek
2015-04-18
Removed cases of six.iter* wrapped in a list()
Curtis Maloney
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-16
Fixed #24605 -- Fixed incorrect reference to alias in subquery.
Anssi Kääriäinen
2015-04-16
Fixed #24615 -- ordering by expression not part of SELECT
Anssi Kääriäinen
2015-04-14
Fixed #24277 -- Added exception when dict used in QuerySet filtering
Alex Wilson
2015-04-14
Fixed #24637 -- Fixed database introspection with SQLite 3.8.9.
peterfarrell
2015-04-13
Fixed #24611 -- Fixed update() crash with related UUID pk object.
Jay Wineinger
2015-04-10
Fixed #24514 -- Made migration writer omit models import if it's unused.
Christopher Luc
2015-04-09
Fixed #24609 -- Made ConcatPair use CONCAT_WS() on MySQL
Adam Chainz
2015-04-09
Fixed #24578 -- Fixed crash with QuerySet.update() on FK to O2O fields.
Tim Graham
2015-04-07
Fixed #24513 -- Made sure a model is only rendered once during reloads
Patryk Zawadzki
2015-04-06
Fixed #24584 -- Fixed microsecond handling with older MySQLdb
Jon Dufresne
2015-04-05
Fixed #24278 -- Fixed serialization of migration operations.
Marten Kenbeek
[next]