summaryrefslogtreecommitdiff
path: root/django/contrib/contenttypes
AgeCommit message (Expand)Author
2015-12-01[1.9.x] Pulled contrib translations from TransifexClaude Paroz
2015-10-02[1.9.x] Refs #13637 -- Removed unused code in GenericRelatedObjectManagerTim Graham
2015-09-21Renamed descriptor classes for related objects.Aymeric Augustin
2015-09-11Fixed #25374 -- Made ModelAdmin checks work on instances instead of classes.Malcolm Box
2015-08-27Fixed #24201 -- Added order_with_respect_to support to GenericForeignKey.Alex Hill
2015-08-10Fixed #25160 -- Moved unsaved model instance data loss check to Model.save()Tim Graham
2015-07-28Fixed #18556 -- Allowed RelatedManager.add() to execute 1 query where possible.Tim Graham
2015-07-27Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...Flavio Curella
2015-06-24Renamed RemovedInDjangoXYWarnings for new roadmap.Tim Graham
2015-04-30Updated translations from TransifexClaude Paroz
2015-04-01Fetched updated contrib translations from TransifexClaude Paroz
2015-03-25Renamed Field.rel attribute to remote_fieldAnssi Kääriäinen
2015-03-18Fixed #24495 -- Allowed unsaved model instance assignment check to be bypassed.Karl Hobley
2015-02-20Fixed #24351, #24346 -- Changed the signature of allow_migrate().Loic Bistuer
2015-02-16Moved contrib.contenttypes tests out of contrib.Tim Graham
2015-02-16Refs #24299 -- Made contenttypes migrations signal handler more robust.Sergey Fedoseev
2015-02-16Explicitly checked for LookupError in contenttypes migrationMarkus Holtermann
2015-02-16Reworked docstrings and comments in related.py.Loic Bistuer
2015-02-16Merged ManyRelatedObjectsDescriptor and ReverseManyRelatedObjectsDescriptorLoic Bistuer
2015-02-14Fixed #24289 -- Reversed usage of Field.many_to_one and one_to_many.Loic Bistuer
2015-02-07Revert "Fixed #24075 -- Prevented running post_migrate signals when unapplyin...Markus Holtermann
2015-02-07Revert "Refs #24075 -- Silenced needless call_command output while running te...Markus Holtermann
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2015-02-05Fix small regression caused by 71ada3a8e689a883b5ffdeb1744ea16f176ab730.Loic Bistuer
2015-02-05Fixed #6707 -- Added RelatedManager.set() and made descriptors' __set__ use it.Loic Bistuer
2015-01-27Fixed #24210 -- Cleaned up relational fields __init__().Loic Bistuer
2015-01-18Removed contrib.contenttypes.generic per deprecation timeline; refs #19774.Tim Graham
2015-01-17Updated en translation catalogsClaude Paroz
2015-01-16Fixed #24099 -- Removed contenttype.name deprecated fieldClaude Paroz
2015-01-15Refs #24075 -- Silenced needless call_command output while running testsMarkus Holtermann
2015-01-14Fixed #24075 -- Prevented running post_migrate signals when unapplying initia...Markus Holtermann
2015-01-09Removed an undocumented contenttypes synchronization method.Simon Charette
2015-01-08Fixed #24020 -- Refactored SQL compiler to use expressionsAnssi Kääriäinen
2015-01-08Removed unneeded smart_text callsClaude Paroz
2015-01-06Fixed #12663 -- Formalized the Model._meta API for retrieving fields.Daniel Pyrathon
2015-01-02Fixed #9104 -- Moved FieldDoesNotExist to core.exceptionsDaniel Pyrathon
2014-12-23Fixed #21414 -- Removed RelatedObject and deprecated Field.related.Anssi Kääriäinen
2014-12-17Fixed #24002 -- GenericRelation filtering targets related model's pkAnssi Kääriäinen
2014-12-15Fixed #23822 -- Added support for serializing model managers in migrationMarkus Holtermann
2014-12-08Fixed #23968 -- Replaced list comprehension with generators and dict comprehe...Jon Dufresne
2014-11-27Fixed #23641 -- Moved post_migrate signals for contrib apps to AppConfig.read...wrwrwr
2014-11-15Fixed #14030 -- Allowed annotations to accept all expressionsJosh Smeaton
2014-11-11Fixed #23750 -- Allowed core.checks.register to be used as a functionaverybigant
2014-10-29Limited lines to 119 characters in django/{contrib,db}.Berker Peksag
2014-10-08Fixed #23611 -- update_or_create failing from a related managerLoic Bistuer
2014-10-01Fixed #15089 -- Allowed contrib.sites to lookup the current site based on req...Tim Graham
2014-09-30Updated translations from TransifexClaude Paroz
2014-09-24Fixed #23539 -- Added get_extra(), get_max_num(), and get_min_num() hooks to ...Justin Caratzas
2014-09-05Fixed #22411: Throw a more helpful error if contenttypes doesn't exist.Andrew Godwin
2014-09-05Limited lines to 119 characters in django/Tim Graham