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
/
fields
/
related.py
Age
Commit message (
Expand
)
Author
2014-08-14
[1.7.x] Fixed #23288: deconstruct() ignoring related_name
Andrew Godwin
2014-08-03
[1.7.x] Removed unnecessary code in ManyToManyField.deconstruct()
Baptiste Mispelon
2014-07-26
Fixed #23101 db_table wasn't copied in deconstruct
Abraham Martin
2014-07-05
[1.7.x] Fixed various minor doc typos / references.
Daniel Hahler
2014-06-23
[1.7.x] Fixed #22889: Unneeded to_field in fk.deconstruct causing swap issues
Andrew Godwin
2014-05-22
[1.7.x] Fixed #22421 -- Regression in fixtures loading.
Ramiro Morales
2014-05-06
[1.7.x] Added a bunch of missing unicode_literals
Claude Paroz
2014-04-13
[1.7.x] Fixed #21760 -- prefetch_related used an inefficient query for revers...
valtron
2014-03-11
Fixed #22217 - ManyToManyField.through_fields fixes.
Akis Kesoglou
2014-03-08
Fix weird autodetector error
Andrew Godwin
2014-03-08
Fixed #22183: Through M2Ms now correctly handled
Andrew Godwin
2014-03-08
Fixed #21188 -- Introduced subclasses for to-be-removed-in-django-XX warnings
Claude Paroz
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 #14549 - Removed restriction of single FKs on intermediary tables
Akis Kesoglou
2014-03-03
Allowed custom querysets when prefetching single valued relations
Loic Bistuer
2014-03-03
Edited model and field checks for grammar and consistency.
Russell Keith-Magee
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-09
Fixed #21763 -- Added an error msg for missing methods on ManyRelatedManager.
Robert Stapenhurst
2014-01-19
Fixed a small collection of flake8 violations that had snuck in
Alex Gaynor
2014-01-20
Fixed #16905 -- Added extensible checks (nee validation) framework
Russell Keith-Magee
2014-01-19
Implement swappable model support for migrations
Andrew Godwin
2014-01-18
Fixed #16187 -- refactored ORM lookup system
Anssi Kääriäinen
2013-12-29
Replaced Options.object_name.lower() by Options.model_name.
Aymeric Augustin
2013-12-28
Changed get_model to raise an exception on errors.
Aymeric Augustin
2013-12-24
Typo fix for exception message.
Jonas Gastal
2013-12-24
Renamed AppCache to Apps.
Aymeric Augustin
2013-12-22
Renamed has_model to get_registered_models.
Aymeric Augustin
2013-12-22
Renamed registered_model to has_model.
Aymeric Augustin
2013-12-22
Added an _-prefix to pending lookups because it's transient.
Aymeric Augustin
2013-12-22
Refactored registration of models.
Aymeric Augustin
2013-12-14
Fixed E127 pep8 warnings.
Loic Bistuer
2013-12-11
Fixed #21563 -- Single related object descriptors should work with `hasattr`.
Simon Charette
2013-12-10
Fixed E124 pep8 warnings.
Loic Bistuer
2013-12-06
Added missing deconstruct() methods.
Baptiste Mispelon
2013-12-06
Fixed error in ManyToManyField.deconstruct().
Baptiste Mispelon
2013-11-29
Use 'update_fields' in RelatedManager.clear() when bulk=False.
Loic Bistuer
2013-11-27
Added a bulk option to RelatedManager remove() and clear() methods
Loic Bistuer
2013-11-27
Used simpler queries for m2m clearing when possible.
Anssi Kääriäinen
2013-11-27
Fixed #21169 -- Reworked RelatedManager methods use default filtering
Loic Bistuer
2013-11-13
Fixed #21410 -- prefetch_related() for ForeignKeys with related_name='+'
Loic Bistuer
2013-11-07
Fixed #17001 -- Custom querysets for prefetch_related.
Loic Bistuer
2013-11-02
More attacking E302 violators
Alex Gaynor
2013-10-17
Fixed #21285 -- Fixed E121,E122 pep8 warnings
Alasdair Nicol
2013-10-05
Fixed #21174 -- transaction control in related manager methods
Anssi Kääriäinen
2013-10-03
Fixed #21216 -- Allow `OneToOneField` reverse accessor to be hidden.
Simon Charette
2013-09-30
Fixed #3871 -- Fixed regression introduced by 04a2a6b.
Loic Bistuer
2013-09-30
Fixed #13724: Corrected routing of write queries involving managers.
Russell Keith-Magee
[next]