Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/db/models/fields/related.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #25550 -- Deprecated direct assignment to the rever...Tim Graham2015-10-271-1/+1
* Fixed #25560 -- Made empty string related_name invalid.Simon Charette2015-10-161-1/+1
* Refs #25535 -- Minor edits to ForeignObject check changes.Tim Graham2015-10-141-5/+5
* Fixed #25535 -- Made ForeignObject checks less strict.Antoine Catton2015-10-131-6/+19
* Fixed #18012 -- Propagated reverse foreign keys from prox...Simon Charette2015-10-121-1/+1
* Fixed #25503 -- Fixed system check crash on ForeignKey to...Mariusz Felisiak2015-10-071-1/+4
* Refs #21414 -- Removed Field.related per deprecation time...Tim Graham2015-09-241-10/+1
* Renamed descriptor classes for related objects.Aymeric Augustin2015-09-211-7/+7
* Fixed #22341 -- Split django.db.models.fields.related.Aymeric Augustin2015-09-211-1191/+19
* Fixed #25160 (again) -- Moved data loss check on reverse ...Aymeric Augustin2015-09-191-6/+0
* Fixed #23395 -- Limited line lengths to 119 characters.Dražen Odobašić2015-09-121-5/+15
* Fixed #25320 -- Reverted ManyToManyField.null to False fo...Tim Graham2015-09-011-3/+0
* Fixed #24201 -- Added order_with_respect_to support to Ge...Alex Hill2015-08-271-13/+30
* Fixed #24590 -- Cached calls to swappable_setting.Markus Holtermann2015-08-271-11/+2
* Fixed #25160 -- Moved unsaved model instance data loss ch...Tim Graham2015-08-101-8/+1
* Fixed #18556 -- Allowed RelatedManager.add() to execute 1...Tim Graham2015-07-281-11/+32
* Fixed #21127 -- Started deprecation toward requiring on_d...Flavio Curella2015-07-281-9/+59
* Fixed #25016 -- Reallowed non-ASCII values for ForeignKey...薛丞宏2015-06-261-4/+12
* Renamed RemovedInDjangoXYWarnings for new roadmap.Tim Graham2015-06-241-4/+4
* Fixed #24912 -- Fixed prefetch_related failure for UUIDFi...Brian King2015-06-151-1/+4
* Fixed #24831 -- Fixed pickling queryset with prefetch_rel...Andriy Sokolovskiy2015-06-021-0/+5
* Fixed #24156 -- Fixed inherited related name of ManyToMan...Andriy Sokolovskiy2015-05-131-1/+1
* Fixed #24505 -- Fixed clash with hidden m2m fields.Marco Fucci2015-03-271-0/+6
* Fixed #24215 -- Refactored lazy model operationsAlex Hill2015-03-251-107/+76
* Renamed Field.rel attribute to remote_fieldAnssi Kääriäinen2015-03-251-203/+234
* Renamed ForeignObject.related_field to target_fieldAnssi Kääriäinen2015-03-251-9/+9
* Removed field.field check in setup_joins()Anssi Kääriäinen2015-03-251-0/+10
* Refs #24267 -- Implemented lookups for related fieldsAnssi Kääriäinen2015-03-251-62/+36
* Fixed #23697 -- Improved ForeignObject.get_lookup_constra...Michael Blatherwick2015-03-231-1/+6
* Fixed #24495 -- Allowed unsaved model instance assignment...Karl Hobley2015-03-191-2/+3
* Fixed #24381 -- removed ForeignObjectRel opts and to_optsAnssi Kääriäinen2015-02-231-14/+10
* Update converters to take a consistent set of parameters.Marc Tamlyn2015-02-201-1/+1
* Fixed #24343 -- Ensure db converters are used for foreign...Marc Tamlyn2015-02-201-0/+14
* Reworked docstrings and comments in related.py.Loic Bistuer2015-02-161-61/+167
* Merged ManyRelatedObjectsDescriptor and ReverseManyRelate...Loic Bistuer2015-02-161-153/+80
* Fixed #24289 -- Reversed usage of Field.many_to_one and o...Loic Bistuer2015-02-131-4/+4
* Refs #24215 -- Prevented pending lookup pollution by abst...Simon Charette2015-02-121-15/+16
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-10/+11
* Fix small regression caused by 71ada3a8e689a883b5ffdeb174...Loic Bistuer2015-02-051-8/+8
* Fixed #6707 -- Added RelatedManager.set() and made descri...Loic Bistuer2015-02-051-34/+68
* Removed EverythingNodeAnssi Kääriäinen2015-02-041-0/+1
* Fixed #23940 -- Allowed model fields to be named `exact`.Simon Charette2015-01-291-1/+1
* Removed ForeignObjectRel.get_lookup_constraint() [unused].Tim Graham2015-01-291-5/+0
* Fixed #24210 -- Cleaned up relational fields __init__().Loic Bistuer2015-01-271-72/+111
* Fixed #24020 -- Refactored SQL compiler to use expressionsAnssi Kääriäinen2015-01-081-5/+4
* Fixed #12663 -- Formalized the Model._meta API for retrie...Daniel Pyrathon2015-01-071-42/+107
* Fixed #9104 -- Moved FieldDoesNotExist to core.exceptionsDaniel Pyrathon2015-01-021-2/+2
* Fixed #21414 -- Removed RelatedObject and deprecated Fiel...Anssi Kääriäinen2014-12-231-32/+106
* Fixed #23455 -- Accept either bytes or text for related_n...Carl Meyer2014-12-121-2/+2
* Revert "Fixed #23455 -- Forced related_name to be a unico...Carl Meyer2014-12-121-3/+3