Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/contrib/contenttypes
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
* Refs #24099 -- Removed compatibility shim for ContentType...Tim Graham2015-09-241-11/+0
* Renamed descriptor classes for related objects.Aymeric Augustin2015-09-211-6/+5
* Fixed #25374 -- Made ModelAdmin checks work on instances ...Malcolm Box2015-09-111-14/+14
* 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 RemovedInDjangoXYWarnings for new roadmap.Tim Graham2015-06-241-2/+2
* Updated translations from TransifexClaude Paroz2015-04-302-3/+4
* Fetched updated contrib translations from TransifexClaude Paroz2015-04-01166-812/+233
* Renamed Field.rel attribute to remote_fieldAnssi Kääriäinen2015-03-253-14/+15
* Fixed #24495 -- Allowed unsaved model instance assignment...Karl Hobley2015-03-191-1/+3
* Fixed #24351, #24346 -- Changed the signature of allow_mi...Loic Bistuer2015-02-202-1/+2
* Moved contrib.contenttypes tests out of contrib.Tim Graham2015-02-163-333/+0
* Refs #24299 -- Made contenttypes migrations signal handle...Sergey Fedoseev2015-02-162-13/+38
* Explicitly checked for LookupError in contenttypes migrationMarkus Holtermann2015-02-161-1/+1
* 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
* Revert "Fixed #24075 -- Prevented running post_migrate si...Markus Holtermann2015-02-072-22/+1
* Revert "Refs #24075 -- Silenced needless call_command out...Markus Holtermann2015-02-071-2/+2
* Sorted imports with isort; refs #23860.Tim Graham2015-02-068-13/+15
* 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
* Removed contrib.contenttypes.generic per deprecation time...Tim Graham2015-01-181-21/+0
* Updated en translation catalogsClaude Paroz2015-01-171-5/+5
* Fixed #24099 -- Removed contenttype.name deprecated fieldClaude Paroz2015-01-164-24/+82
* Refs #24075 -- Silenced needless call_command output whil...Markus Holtermann2015-01-151-2/+2
* Fixed #24075 -- Prevented running post_migrate signals wh...Markus Holtermann2015-01-142-1/+25
* Removed an undocumented contenttypes synchronization method.Simon Charette2015-01-091-9/+0
* Fixed #24020 -- Refactored SQL compiler to use expressionsAnssi Kääriäinen2015-01-081-2/+1
* Removed unneeded smart_text callsClaude Paroz2015-01-081-5/+3
* Fixed #12663 -- Formalized the Model._meta API for retrie...Daniel Pyrathon2015-01-071-4/+23
* Fixed #9104 -- Moved FieldDoesNotExist to core.exceptionsDaniel Pyrathon2015-01-022-3/+3
* 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 #23822 -- Added support for serializing model manag...Markus Holtermann2014-12-152-0/+5
* Fixed #23968 -- Replaced list comprehension with generato...Jon Dufresne2014-12-081-6/+6
* Fixed #23641 -- Moved post_migrate signals for contrib ap...wrwrwr2014-11-272-4/+4
* Fixed #14030 -- Allowed annotations to accept all express...Josh Smeaton2014-11-151-1/+1
* Fixed #23750 -- Allowed core.checks.register to be used a...averybigant2014-11-111-1/+1
* Limited lines to 119 characters in django/{contrib,db}.Berker Peksag2014-10-291-1/+4
* Fixed #23611 -- update_or_create failing from a related m...Loic Bistuer2014-10-071-0/+14
* Fixed #15089 -- Allowed contrib.sites to lookup the curre...Tim Graham2014-10-011-1/+1
* Updated translations from TransifexClaude Paroz2014-09-3012-22/+27
* Fixed #23539 -- Added get_extra(), get_max_num(), and get...Justin Caratzas2014-09-241-3/+3
* Fixed #22411: Throw a more helpful error if contenttypes ...Andrew Godwin2014-09-051-0/+6