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-03-20
Fixed #22163 -- Stopped ignoring unhandled kwargs in select_for_update.
Aymeric Augustin
2014-03-19
Mark model renaming as irreversible for now (#22248)
Andrew Godwin
2014-03-19
Fixed #22275: unique_together broken if ForeignKey split into new file.
Andrew Godwin
2014-03-18
Fix any sqlite field migration deleting all implicit m2m tables
Chris Beaven
2014-03-14
Fixed #22001 -- Ensure db_type is respected.
Marc Tamlyn
2014-03-14
Fixed #22272 -- Fixed regression in DecimalField when using decimal_places=0.
Baptiste Mispelon
2014-03-12
Fixed #20292: Pass datetime objects (not formatted dates) as params to Oracle
Shai Berger
2014-03-12
Flake8 corrections
Shai Berger
2014-03-11
Fixed #22217 - ManyToManyField.through_fields fixes.
Akis Kesoglou
2014-03-11
Fix AlterField migrations that are related to a RenameModel migration
Chris Beaven
2014-03-11
Fix autodetector creation of RenameModel migration to capitalize model names
Chris Beaven
2014-03-10
Fixed #22210 -- Saving model instances to non-related fields.
Daniel Pyrathon
2014-03-10
Fixed #22239 -- Add auto detection of renamed models
Chris Beaven
2014-03-09
Fixed the last fix for database test settings to work with Python3.
Shai Berger
2014-03-09
Fixed test breakage following test-settings enhancements
Shai Berger
2014-03-08
Fix weird autodetector error
Andrew Godwin
2014-03-09
Reorganized the database test settings
Shai Berger
2014-03-08
4 flake8 warning fixes
Alex Gaynor
2014-03-08
Fixed #22183: Through M2Ms now correctly handled
Andrew Godwin
2014-03-08
Merge pull request #2315 from bendavis78/issues/22073
Andrew Godwin
2014-03-08
Fixed #22199: Bad max_length deconstruction for FileField
Andrew Godwin
2014-03-08
Fix bad conflict detection during makemigrations
Andrew Godwin
2014-03-08
Fixed #21188 -- Introduced subclasses for to-be-removed-in-django-XX warnings
Claude Paroz
2014-03-07
Fixed #21863 -- supplemented get_lookup() with get_transform()
Anssi Kääriäinen
2014-03-06
Don't allow really long migration names
Andrew Godwin
2014-03-06
Fixed #22204: Bad circular-dep-breaking if more than one per run
Andrew Godwin
2014-03-06
Revert "Fixed #22183: Don't make a table for M2Ms with through="
Andrew Godwin
2014-03-06
Fixed #22183: Don't make a table for M2Ms with through=
Andrew Godwin
2014-03-05
Fixed #22207 -- Added support for GenericRelation reverse lookups
Gabe Jackson
2014-03-05
Fixed #14549 - Removed restriction of single FKs on intermediary tables
Akis Kesoglou
2014-03-05
Fixed #22206 -- Passed models.TextField.max_length to forms.CharField.maxlength
Chris Wilson
2014-03-04
Fixed three small flake8 violations.
Alex Gaynor
2014-03-04
Merge pull request #2396 from loic/ticket21893
Andrew Godwin
2014-03-05
Fixed #21893 -- ModelState didn't account for MTI parents inherited from abst...
Loic Bistuer
2014-03-04
Fixed typo in internal CharField method
Chris Wilson
2014-03-03
Allowed custom querysets when prefetching single valued relations
Loic Bistuer
2014-03-03
Fixed many typos in comments and docstrings.
Rodolfo Carvalho
2014-03-03
Edited model and field checks for grammar and consistency.
Russell Keith-Magee
2014-03-03
Edited model check messages for grammar and consistency.
Russell Keith-Magee
2014-03-03
Edited MySQL-specific check messages for grammar and consistency.
Russell Keith-Magee
2014-03-02
Restored aliases for two APIs removed by app-loading.
Aymeric Augustin
2014-03-01
Fixed #22172 -- Allowed index_together to be a single list (rather than list ...
Anubhav Joshi
2014-03-01
Fixed #22168 -- Fixed migrations failing on sqlite when column names are SQL ...
Baptiste Mispelon
2014-02-28
Fix keyword agument names in RunPython to be positional
Andrew Godwin
2014-02-25
Fixed bad grammar in a comment.
Martin Matusiak
2014-02-23
Fixed #22095 -- Enabled backward migrations for RunPython operations
Andrew Gorcester
2014-02-18
Fixed #22057 -- Ensured reverse_lazy can be used in settings
Claude Paroz
2014-02-17
Fixed #22073 - Ensure CreateTable operation handles backwards migration corre...
Ben Davis
2014-02-17
Fixed #22023 -- Raised an error for values() followed by defer() or only().
Artur Frysiak
2014-02-17
Merge pull request #2270 from bmispelon/ticket-22030
Andrew Godwin
[next]