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
2016-09-30
[1.10.x] Updated links to the current version of MySQL docs.
Tim Graham
2016-09-26
[1.10.x] Removed missing name in django.db __all__.
Adam Chainz
2016-09-07
[1.10.x] Fixed #27180 -- Fixed a crash in MySQL checks where SELECT @@sql_mod...
Markus Gerards
2016-09-01
[1.10.x] Fixed #27142, #27110 -- Made makemigrations consistency checks respe...
Tim Graham
2016-08-24
[1.10.x] Fixed #27100 -- Included already applied migration changes in the pr...
Simon Charette
2016-08-24
[1.10.x] Fixed #27044 -- Included already applied migration changes in the po...
Simon Charette
2016-08-23
[1.10.x] Fixed #27089 -- Added database alias to InconsistentMigrationHistory...
Tim Graham
2016-08-19
[1.10.x] Fixed #27073 -- Removed duplicated managers in `Model._meta.managers`.
Loïc Bistuer
2016-08-18
[1.10.x] Fixed #27054 -- Fixed makemigrations crash with a read-only database.
Jim Nicholls
2016-08-06
[1.10.x] Fixed #27026 -- Fixed state initialization of bulk_create() objects ...
Sjoerd Job Postmus
2016-08-05
[1.10.x] Fixed #27004 -- Made migrations consistency check ignore unapplied s...
Jarek Glowacki
2016-08-04
[1.10.x] Fixed #26983 -- Fixed isnull filtering on ForeignKey with to_field
Claude Paroz
2016-08-02
[1.10.x] Fixed #26991 -- Fixed a crash in MySQL where SELECT @@SQL_AUTO_IS_NU...
Tim Graham
2016-07-30
[1.10.x] Refs #25550 -- Corrected deprecation message for assigning M2M relat...
Tim Graham
2016-07-19
[1.10.x] Fixed #26916 -- Fixed prefetch_related when using a cached_property ...
Simon Charette
2016-07-16
[1.10.x] Fixed #26900 -- Fixed crash accessing deferred FileFields.
Tim Graham
2016-07-15
[1.10.x] Fixed #26868 -- Changed MySQL version detection to use a query.
Marc-Aurèle Brothier
2016-07-14
[1.10.x] Reverted "Fixed #25388 -- Added an option to allow disabling of migr...
Tim Graham
2016-07-13
[1.10.x] Fixed #26889 -- Fixed missing PostgreSQL index in SchemaEditor.add_f...
Jon Dufresne
2016-07-12
[1.10.x] Fixed #17657 -- Made ModelForm respect ModelMultipleChoiceField's to...
Andrey Fedoseev
2016-07-11
[1.10.x] Fixed #26749 -- Preserved behavior of use_for_related_field during d...
Julien Hartmann
2016-07-09
[1.10.x] Fixed #26881 -- Fixed duplicate managers in migrations.
Loïc Bistuer
2016-06-30
[1.10.x] Fixed #25292 -- Fixed crash in ManyToManyField.through_fields check.
Andrew Nester
2016-06-28
[1.10.x] Fixed #26786 -- Avoided redundant max value validators on integer fi...
Eduard Stepanov
2016-06-28
[1.10.x] Fixed #26171 -- Made MySQL create an index on ForeignKeys with db_co...
Aaron Elliot Ross
2016-06-21
[1.10.x] Fixed #26781 -- Made table name case change a noop on SQLite.
Simon Charette
2016-06-20
[1.10.x] Fixed #26643 -- Prevented unnecessary AlterModelManagers operations ...
Loïc Bistuer
2016-06-18
[1.10.x] Fixed #26778 -- Fixed ModelSignal.connect() weak argument.
Tim Graham
2016-06-17
[1.10.x] Reverted "Fixed #26398 -- Made FieldFile.open() respect its mode arg...
Tim Graham
2016-06-15
[1.10.x] Fixed broken links in docs and comments.
Ville Skyttä
2016-06-07
[1.10.x] Fixed typos in db/models/fields/related_descriptors.py
Paulo
2016-06-04
[1.10.x] Fixed #26667 -- Fixed a regression in queries on a OneToOneField tha...
Tim Graham
2016-06-03
[1.10.x] Fixed #26698 -- Fixed PostgreSQL dbshell crash on an empty database ...
mieciu
2016-06-02
[1.10.x] Fixed #26686 -- Fixed crash when registering model signals with abst...
Alex Hill
2016-06-02
[1.10.x] Fixed #26642 -- Made ModelSignal.disconnect() work with lazy referen...
Alex Hill
2016-05-31
[1.10.x] Fixed #26676 -- Prevented prefetching to_attr from caching its resul...
Simon Charette
2016-05-30
[1.10.x] Fixed #25044 -- Fixed migrations for renaming ManyToManyField's thro...
Vytis Banaitis
2016-05-28
[1.10.x] Refs #24227 -- Fixed crash of ManyToManyField.value_from_object() on...
Tim Graham
2016-05-26
[1.10.x] Fixed #26647 -- Included the state of all applied migrations when mi...
Simon Charette
2016-05-19
Fixed #26421 -- Refactored ModelSignal to use Apps.lazy_model_operation()
Alex Hill
2016-05-19
Refs #26421 -- Refactored Apps.lazy_model_operation() for better checks and t...
Alex Hill
2016-05-19
Fixed some newlines in imports per isort.
Tim Graham
2016-05-19
Fixed #26515 -- Fixed Query.trim_joins() for nested ForeignObjects.
darius BERNARD
2016-05-18
Fixed #26620 -- Made Model.refresh_from_db() fail when passed unknown kwargs.
Marti Raudsepp
2016-05-18
Fixed #26627 -- Fixed on_commit callbacks execution order when callbacks make...
Barthelemy Dagenais
2016-05-18
Fixed #25774 -- Refactor datetime expressions into public API
Josh Smeaton
2016-05-18
Refs #25774 -- Made Oracle truncate microseconds if USE_TZ=False.
Josh Smeaton
2016-05-17
Fixed #26613 -- Made sqlite3 optional in SchemaEditor.quote_value().
Philip Liberato
2016-05-17
Fixed #14415 -- Used the test database name in BaseDatabaseCreation.test_db_s...
boaz85@gmail.com
2016-05-17
Fixed #10506, #13793, #14891, #25201 -- Introduced new APIs to specify models...
Loïc Bistuer
[next]