Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/contrib/contenttypes
Commit message (Expand)AuthorAgeFilesLines
...
* Limited lines to 119 characters in django/Tim Graham2014-09-051-2/+8
* Fetched translations from TransifexClaude Paroz2014-08-20164-847/+1690
* 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 #23078 -- Regression in update_contenttypes() inter...Nick Sandford2014-07-231-1/+1
* Added database migration for contrib.contenttypes.Tim Graham2014-06-166-41/+79
* Fixed #10811 -- Made assigning unsaved objects to FK, O2O...Anubhav Joshi2014-06-051-0/+5
* Fixed #20401 -- ContentTypeManager.get_for_model reads fr...Antonis Christofides2014-05-291-6/+15
* Updated translation catalogsClaude Paroz2014-05-191-7/+11
* Fixed #17642 -- Added min_num support to modelformsets, i...Anders Steinlein2014-05-152-4/+6
* Fixed #22195 -- Used constants to define built-in tags fo...Tim Graham2014-04-101-1/+1
* 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-082-3/+4
* Fixed #22034 -- Added a specific set of relation checks f...Russell Keith-Magee2014-03-081-0/+78
* Fixed #22070 -- Changed verbose_name for apps in django.c...James Jenkins2014-03-071-1/+1
* Fixed #22207 -- Added support for GenericRelation reverse...Gabe Jackson2014-03-051-16/+15
* Fixed #16727 -- Added protocol-relative URL support to co...Thomas Sorrel2014-03-031-1/+1
* 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
* Suppressed the `if Site._meta.installed` pattern.Aymeric Augustin2014-02-011-9/+15
* Fixed #19774 -- Deprecated the contenttypes.generic module.Simon Charette2014-01-265-712/+740
* Moved RequestSite and get_current_site.Aymeric Augustin2014-01-262-2/+3
* Fixed #21829 -- Added default AppConfigs.Aymeric Augustin2014-01-252-9/+6
* Fixed a couple of deprecation warningsAnssi Kääriäinen2014-01-201-2/+2
* Fixed a small collection of flake8 violations that had sn...Alex Gaynor2014-01-201-1/+1
* Fixed #16905 -- Added extensible checks (nee validation) ...Russell Keith-Magee2014-01-203-2/+191
* Fixed #16187 -- refactored ORM lookup systemAnssi Kääriäinen2014-01-181-2/+3
* Removed some unnecessary __exact operators in filters.Tim Graham2014-01-181-1/+1
* Fixed #21477 -- Renamed db to using in pre/post_migrate s...Aymeric Augustin2014-01-121-4/+4
* Fixed #21675 -- Added app configs for contrib apps.Aymeric Augustin2014-01-051-0/+8
* Removed the only_with_models_module argument of get_model...Aymeric Augustin2013-12-301-1/+1
* Added AppConfig.get_models().Aymeric Augustin2013-12-291-7/+7
* Refactored the migration signals to use app configs.Aymeric Augustin2013-12-291-6/+10
* Changed get_model to raise an exception on errors.Aymeric Augustin2013-12-282-2/+7
* Stopped calling apps.get_model with only_installed=False.Aymeric Augustin2013-12-281-1/+1
* Renamed AppCache to Apps.Aymeric Augustin2013-12-242-7/+6
* Imported override_settings from its new location.Aymeric Augustin2013-12-231-2/+1
* Dropped AppCache._empty, _with_app and _without_app.Aymeric Augustin2013-12-231-3/+2
* Refactored INSTALLED_APPS overrides.Aymeric Augustin2013-12-231-4/+2
* Moved apps back in the toplevel django namespace.Aymeric Augustin2013-12-223-3/+3
* Removed the app_config.installed flag.Aymeric Augustin2013-12-221-12/+11
* Normalized Model._meta.installed.Aymeric Augustin2013-12-171-7/+8
* Moved the new app cache inside core.Aymeric Augustin2013-12-172-2/+2
* Made it possible to create apps without a models module.Aymeric Augustin2013-12-171-1/+1
* Deprecated get_apps().Aymeric Augustin2013-12-171-2/+2
* Removed module-level functions for the app cache.Aymeric Augustin2013-12-172-5/+7
* Fixed E124 pep8 warnings.Loic Bistuer2013-12-101-3/+4