summaryrefslogtreecommitdiff
path: root/django/contrib/contenttypes
AgeCommit message (Expand)Author
2015-04-01[1.8.x] Fetched updated contrib translations from TransifexClaude Paroz
2015-03-18[1.8.x] Fixed #24495 -- Allowed unsaved model instance assignment check to be...Karl Hobley
2015-02-20[1.8.x] Fixed #24351, #24346 -- Changed the signature of allow_migrate().Loic Bistuer
2015-02-16[1.8.x] Moved contrib.contenttypes tests out of contrib.Tim Graham
2015-02-16[1.8.x] Refs #24299 -- Made contenttypes migrations signal handler more robust.Sergey Fedoseev
2015-02-16[1.8.x] Explicitly checked for LookupError in contenttypes migrationMarkus Holtermann
2015-02-14[1.8.x] Fixed #24289 -- Reversed usage of Field.many_to_one and one_to_many.Loic Bistuer
2015-02-09[1.8.x] Sorted imports with isort; refs #23860.Tim Graham
2015-02-07[1.8.x] Revert "Fixed #24075 -- Prevented running post_migrate signals when u...Markus Holtermann
2015-02-07[1.8.x] Revert "Refs #24075 -- Silenced needless call_command output while ru...Markus Holtermann
2015-01-17[1.8.x] Updated 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
2014-08-20Fetched translations from TransifexClaude Paroz
2014-08-07Fixed #22982 -- Added GenericRelatedObjectManager.__str__. to prevent crash.Jacob Haslehurst
2014-08-01Fixed #21940 -- Added kwargs to contribute_to_class() of model fields..Mitar
2014-07-23Fixed #23078 -- Regression in update_contenttypes() interactivity.Nick Sandford
2014-06-16Added database migration for contrib.contenttypes.Tim Graham
2014-06-05Fixed #10811 -- Made assigning unsaved objects to FK, O2O, and GFK raise Valu...Anubhav Joshi
2014-05-29Fixed #20401 -- ContentTypeManager.get_for_model reads from db_for_read.Antonis Christofides
2014-05-19Updated translation catalogsClaude Paroz
2014-05-15Fixed #17642 -- Added min_num support to modelformsets, inlines, and the admin.Anders Steinlein
2014-04-10Fixed #22195 -- Used constants to define built-in tags for check framework.Tim Graham
2014-03-30Fixed #19816 -- Pre-evaluate querysets used in direct relation assignments.Loic Bistuer
2014-03-30Fixed transaction handling for a number of operations on related objects.Loic Bistuer
2014-03-21Removed legacy transaction management per the deprecation timeline.Aymeric Augustin
2014-03-21Removed backward compatible shims to rename get_query_set and similar queryse...Tim Graham
2014-03-08Fixed #21188 -- Introduced subclasses for to-be-removed-in-django-XX warningsClaude Paroz
2014-03-08Fixed #22034 -- Added a specific set of relation checks for GenericInlineMode...Russell Keith-Magee
2014-03-06Fixed #22070 -- Changed verbose_name for apps in django.contrib to use title ...James Jenkins