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
/
models
Age
Commit message (
Expand
)
Author
2014-05-10
[1.7.x] Fixed #22508 -- Avoided overwriting select_related.
Aymeric Augustin
2014-05-06
[1.7.x] Fixed #22564 -- Prevented unneeded bytestrings in migrations
Claude Paroz
2014-05-06
[1.7.x] Added a bunch of missing unicode_literals
Claude Paroz
2014-05-05
[1.7.x] Fixed #22466 -- ordering by reverse foreign key
Anssi Kääriäinen
2014-05-05
[1.7.x] Fixed #22489 -- missing implemenation for search lookup
Jakub Roztocil
2014-05-05
[1.7.x] Fixed #22429 -- Incorrect SQL when using ~Q and F
Anssi Kääriäinen
2014-05-01
[1.7.x] Fixed #22539 -- Copied exclude argument in Model.full_clean() to prev...
Yehonatan Daniv
2014-04-30
[1.7.x] Fixed #19195 -- Allow explicit ordering by a relation `_id` field.
Simon Charette
2014-04-29
[1.7.x] Use the new implementation of `six.with_metaclass`.
Simon Charette
2014-04-26
[1.7.x] Fix many many typos in comments throughout the codebase
Alex Gaynor
2014-04-21
[1.7.x] Fixed queries that may return unexpected results on MySQL due to type...
Erik Romijn
2014-04-21
[1.7.x] Appeased flake8 2.1.0.
Aymeric Augustin
2014-04-21
[1.7.x] Corrected many style guide violations that the newest version of flak...
Alex Gaynor
2014-04-16
[1.7.x] Fixed #22434 -- Retain ordering on related sliced subqueries.
Justin Hamade
2014-04-13
[1.7.x] Fixed #21760 -- prefetch_related used an inefficient query for revers...
valtron
2014-04-10
[1.7.x] Fixed #22343 -- Disallowed select_for_update in autocommit mode
Shai Berger
2014-03-26
[1.7.x] Fixed the PostGIS circular imports caused by 1506c71a95.
Simon Charette
2014-03-25
[1.7.x] Fixed field deconstruction tests failures introduced by 1506c71a95.
Simon Charette
2014-03-25
[1.7.x] Fixed #12030 -- Validate integer field range at the model level.
Simon Charette
2014-03-20
Fixed #22163 -- Stopped ignoring unhandled kwargs in select_for_update.
Aymeric Augustin
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
Flake8 corrections
Shai Berger
2014-03-11
Fixed #22217 - ManyToManyField.through_fields fixes.
Akis Kesoglou
2014-03-10
Fixed #22210 -- Saving model instances to non-related fields.
Daniel Pyrathon
2014-03-08
Fix weird autodetector error
Andrew Godwin
2014-03-08
4 flake8 warning fixes
Alex Gaynor
2014-03-08
Fixed #22183: Through M2Ms now correctly handled
Andrew Godwin
2014-03-08
Fixed #22199: Bad max_length deconstruction for FileField
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
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 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-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-02-25
Fixed bad grammar in a comment.
Martin Matusiak
2014-02-18
Fixed #22057 -- Ensured reverse_lazy can be used in settings
Claude Paroz
2014-02-17
Fixed #22023 -- Raised an error for values() followed by defer() or only().
Artur Frysiak
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-11
Fixed #2445 -- Allowed limit_choices_to attribute to be a callable.
Christopher Adams
2014-02-10
Fixed #17673 -- Forbid field shadowing.
Christopher Medrela
[next]