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
Age
Commit message (
Expand
)
Author
2014-11-15
Merge pull request #3536 from Zweedeend/ticket_23837
Carl Meyer
2014-11-15
Fixed #23835: Changed circular dependency in DFS to be less infinite
Andrew Godwin
2014-11-15
Fixes #23837: Replace list.pop(0) by deque.popleft() in dfs function in migra...
Niels Kouwenhoven
2014-11-15
Revert "Use topological sort for migration operation dependency resolution"
Tim Graham
2014-11-15
Fixed #14030 -- Allowed annotations to accept all expressions
Josh Smeaton
2014-11-15
Use topological sort for migration operation dependency resolution
Klaas van Schelven
2014-11-12
Remove Field.get_validator_unique_lookup_type()
Tim Graham
2014-11-12
Removed extra enumerate() from Query.setup_joins()
Anssi Kääriäinen
2014-11-12
Fixed #22967 -- Made Model._do_update consistent
Jozef Knaperek
2014-11-12
Improved Query.names_to_path docstring
Anssi Kääriäinen
2014-11-11
Simplified Query.build_lookup()
Anssi Kääriäinen
2014-11-10
Simplified MySQL storage engine detection using INFORMATION_SCHEMA.ENGINES table
Thomas Chaumeny
2014-11-06
Fixed #23770 -- Changed serialization strategy for floats with respect to NaN...
Markus Holtermann
2014-11-03
Fixed typos using https://github.com/vlajos/misspell_fixer
Veres Lajos
2014-11-03
Fixed #23420 - broken warning for unbound naive datetime objects
Andy Chosak
2014-10-31
Fixed #23738 -- Allowed migrating from NULL to NOT NULL with the same default...
Markus Holtermann
2014-10-30
Fixed #23733 -- Fixed squashing migrations that depend on multiple apps.
twidi
2014-10-30
Fixed #23556 -- Raised a more meaningful error message when migrations refer ...
Markus Holtermann
2014-10-29
Fixed #23614 -- Changed the way the migration autodetector orders unique/inde...
Markus Holtermann
2014-10-29
Limited lines to 119 characters in django/{contrib,db}.
Berker Peksag
2014-10-28
Required MySQLdb >= 1.2.5 for fractional seconds support
Claude Paroz
2014-10-28
Fixed #19716 -- Added support for microseconds with MySQL 5.6.4 and up
Claude Paroz
2014-10-28
Stopped stripping microseconds with MySQL backend
Claude Paroz
2014-10-28
Fixed #23721 -- check_related_objects without calling __iter__
Collin Anderson
2014-10-28
Fixed #23493 -- Added bilateral attribute to Transform
Thomas Chaumeny
2014-10-27
Fixed typo in MySQL backend doctring
Claude Paroz
2014-10-27
Fixed #22879 -- Intercept errors coming from cursor.__next__()
Mikhail Denisenko
2014-10-27
Fixed #23446 -- Officially recommended mysqlclient as MySQL driver
Claude Paroz
2014-10-24
Fixed #23652 -- Restored database name after destroying test database
Claude Paroz
2014-10-24
Fixed #23618 -- Allowed apps with no models to still have migrations
Claude Paroz
2014-10-23
Fixed #23702 -- Fixed adding an explicit id field on SQLite.
Tim Graham
2014-10-23
Fixed #23630 -- Made AlterModelTable rename auto-created M2M tables.
Tim Graham
2014-10-21
Fixed #23396 -- Ensured ValueQuerySets are not checked by check_related_objects.
Gabe Jackson
2014-10-20
Fixed #23629 -- Allowed autodetector to detect changes in Meta.db_table.
Tianyi Wang
2014-10-19
Fixed #23684 -- Used correct package name for Pillow in Error hint.
Nicholas Serra
2014-10-17
Fixed #23649 -- Made Oracle test-db creation drop test-user earlier when needed
Shai Berger
2014-10-16
Fixed #23664 -- Provided a consistent definition for OrderedSet.__bool__
Thomas Chaumeny
2014-10-16
Fixed #23659 -- Kept annotate() args ordering
Claude Paroz
2014-10-16
Fixed #23660 -- Moved sort_dependencies to core.
Collin Anderson
2014-10-09
Fixed #23627 -- Allowed register_lookup to work as a decorator.
Marc Tamlyn
2014-10-09
Fixed #23609 -- Fixed IntegrityError that prevented altering a NULL column in...
Markus Holtermann
2014-10-08
Fixed #23555 -- Avoided suppressing IndexError in QuerySet.first() and .last()
Artem Rizhov
2014-10-08
Fixed #23611 -- update_or_create failing from a related manager
Loic Bistuer
2014-10-04
Fixed #22064 -- Add check for related_name
André Ericson
2014-10-02
Fixed #23426 -- Allowed parameters in migrations.RunSQL
Markus Holtermann
2014-09-29
Fixed #23365 -- Added support for timezone-aware datetimes to migrations.
Rudy Mutter
2014-09-29
Replaced set([foo, ...]) by {foo, ...} literals. Refs PR 3282.
Thomas Chaumeny
2014-09-27
Fixed git blunder, refs #22738
Shai Berger
2014-09-27
Fixed #22738 -- made finer distinctions for when Boolean is not detected on O...
Shai Berger
2014-09-26
Fixed #22738 -- Abstracted boolean field type introspection
Claude Paroz
[prev]
[next]