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-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
2014-02-15
Fixed #22047 -- detecting related_name clash with inheritance
Christopher Medrela
2014-02-15
Fixed #19299 -- Fixed Nullification of Foreign Keys To CharFields
Albert Wang
2014-02-15
Fixed typo in docstring.
Rodolfo Carvalho
2014-02-14
Fixed #22035 -- reordered migration operations
Anton Baklanov
2014-02-13
Fixed #22030 -- Don't assume that all fields have a swappable_setting attribute.
Baptiste Mispelon
2014-02-12
Fix my slightly hasty autodetector changes
Andrew Godwin
2014-02-12
Remove redunant code from RunPython operation
Andrew Godwin
2014-02-11
Fixed #2445 -- Allowed limit_choices_to attribute to be a callable.
Christopher Adams
2014-02-10
Fixed #17673 -- Forbid field shadowing.
Christopher Medrela
2014-02-09
Fixed #21763 -- Added an error msg for missing methods on ManyRelatedManager.
Robert Stapenhurst
2014-02-09
Silence deprecation warnings.
Marc Tamlyn
2014-02-09
Fixed #21868: Don't die when seeing py3 namespace packages for mig dirs
Andrew Godwin
2014-02-09
Fixed #21958: Handle dependencies for swappable models in AddField
Andrew Godwin
2014-02-09
Fixed #21844: Move quote_parameter off of Operations and rename
Andrew Godwin
2014-02-09
Fixed #21842: Remove redundant DatabaseFeatures.max_index_name_length
Andrew Godwin
2014-02-09
Raise (pending) deprecation warning for allow_syncdb.
Marc Tamlyn
2014-02-09
Fixed #21968: Bad detection of old-style apps to add initial migration
Andrew Godwin
2014-02-09
Fixed #21954: Raise nice error when serializing datetimes with timezones
Andrew Godwin
2014-02-09
Removed unused imports + other flake8 fixes.
Tim Graham
2014-02-09
Fixed #21917: Overly cautious SQLite3 backend for null fields + defaults
Andrew Godwin
2014-02-09
Fixed #21892: RunPython no longer accepts strings
Andrew Godwin
2014-02-08
Fixed #21674 -- Deprecated the import_by_path() function in favor of import_s...
Berker Peksag
2014-02-08
Fixed #16192 -- Made unique error messages in ModelForm customizable.
Loic Bistuer
2014-02-06
Fixed #17713 -- Renamed BaseDatabaseFeatures.allows_primary_key_0 to allows_a...
Vajrasky Kok
2014-02-05
Fix pep8 violation in migration template.
Marc Tamlyn
2014-02-04
Fixed #21748 -- join promotion for negated AND conditions
Anssi Kääriäinen
[prev]
[next]