Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/contrib/contenttypes/fields.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #25611 -- Standardized descriptor signatures.Tim Graham2015-10-261-1/+1
* Refs #13637 -- Removed unused code in GenericRelatedObjec...Tim Graham2015-10-021-7/+1
* Renamed descriptor classes for related objects.Aymeric Augustin2015-09-211-6/+5
* Fixed #24201 -- Added order_with_respect_to support to Ge...Alex Hill2015-08-271-1/+31
* Fixed #25160 -- Moved unsaved model instance data loss ch...Tim Graham2015-08-101-7/+0
* Fixed #18556 -- Allowed RelatedManager.add() to execute 1...Tim Graham2015-07-281-9/+33
* Fixed #21127 -- Started deprecation toward requiring on_d...Flavio Curella2015-07-281-0/+1
* Renamed Field.rel attribute to remote_fieldAnssi Kääriäinen2015-03-251-11/+12
* Fixed #24495 -- Allowed unsaved model instance assignment...Karl Hobley2015-03-191-1/+3
* Reworked docstrings and comments in related.py.Loic Bistuer2015-02-161-24/+32
* Merged ManyRelatedObjectsDescriptor and ReverseManyRelate...Loic Bistuer2015-02-161-63/+36
* Fixed #24289 -- Reversed usage of Field.many_to_one and o...Loic Bistuer2015-02-131-4/+4
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-5/+4
* Fix small regression caused by 71ada3a8e689a883b5ffdeb174...Loic Bistuer2015-02-051-4/+4
* Fixed #6707 -- Added RelatedManager.set() and made descri...Loic Bistuer2015-02-051-9/+26
* Fixed #24210 -- Cleaned up relational fields __init__().Loic Bistuer2015-01-271-20/+25
* Fixed #24020 -- Refactored SQL compiler to use expressionsAnssi Kääriäinen2015-01-081-2/+1
* Fixed #12663 -- Formalized the Model._meta API for retrie...Daniel Pyrathon2015-01-071-4/+23
* 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-1/+2
* Fixed #24002 -- GenericRelation filtering targets related...Anssi Kääriäinen2014-12-171-1/+1
* Fixed #14030 -- Allowed annotations to accept all express...Josh Smeaton2014-11-151-1/+1
* Fixed #23611 -- update_or_create failing from a related m...Loic Bistuer2014-10-071-0/+14
* Limited lines to 119 characters in django/Tim Graham2014-09-051-2/+8
* Fixed #22982 -- Added GenericRelatedObjectManager.__str__...Jacob Haslehurst2014-08-071-0/+3
* Fixed #21940 -- Added kwargs to contribute_to_class() of ...Mitar2014-08-011-3/+4
* Fixed #10811 -- Made assigning unsaved objects to FK, O2O...Anubhav Joshi2014-06-051-0/+5
* Fixed #19816 -- Pre-evaluate querysets used in direct rel...Loic Bistuer2014-03-301-1/+4
* Fixed transaction handling for a number of operations on ...Loic Bistuer2014-03-301-9/+16
* Removed legacy transaction management per the deprecation...Aymeric Augustin2014-03-211-1/+1
* Removed backward compatible shims to rename get_query_set...Tim Graham2014-03-211-9/+1
* Fixed #21188 -- Introduced subclasses for to-be-removed-i...Claude Paroz2014-03-081-2/+2
* Fixed #22207 -- Added support for GenericRelation reverse...Gabe Jackson2014-03-051-16/+15
* Edited model check messages for grammar and consistency.Russell Keith-Magee2014-03-031-6/+6
* Cleanup of contrib.contenttypes check messages.Russell Keith-Magee2014-03-031-98/+53
* Fixed #19774 -- Deprecated the contenttypes.generic module.Simon Charette2014-01-261-0/+576