summaryrefslogtreecommitdiff
path: root/django/contrib/contenttypes
AgeCommit message (Expand)Author
2017-12-01[2.0.x] Updated contrib translations from TransifexClaude Paroz
2017-11-30[2.0.x] Fixed #28856 -- Fixed a regression in caching of a GenericForeignKey ...Simon Charette
2017-11-06[2.0.x] Fixed #28776 -- Fixed a/an/and typos in docs and comments.Дилян Палаузов
2017-09-22Fixed #27332 -- Added FilteredRelation API for conditional join (ON clause) s...Nicolas Delaby
2017-09-13Removed unnecessary parens in various code.Mariusz Felisiak
2017-09-07Reverted "Fixed #27818 -- Replaced try/except/pass with contextlib.suppress()."Tim Graham
2017-08-22Fixed incorrect indentation in remove_stale_contenttypes.Nick Pope
2017-08-10Refs #16043 -- Refactored internal fields value cache.Paulo
2017-07-21Fixed #28418 -- Fixed queryset crash when using a GenericRelation to a proxy ...Rachel Tobin
2017-06-28Fixed #27818 -- Replaced try/except/pass with contextlib.suppress().Mads Jensen
2017-06-26Fixed #28313 -- Added model name max length check of 100 characters in contri...michaldabski
2017-06-16Fixed #26936 -- Fixed stale ContentType deletion in apps without models.Pavel Rybintsev
2017-06-05Replaced Model._get_pk_val() with pk property.Tim Graham
2017-06-01Refs #23968 -- Removed unnecessary lists, generators, and tuple calls.Jon Dufresne
2017-05-27Fixed #28226 -- Replaced use of str.join() with concatenation.Tom
2017-05-18Fixed #28152 -- Made migrations serialize sets as set literals rather than se...Jon Dufresne
2017-04-27Refs #27795 -- Replaced many force_text() with str()Claude Paroz
2017-04-04Updated contrib translations from TransifexClaude Paroz
2017-04-01Removed implicit default store_true/false argparse args.Jon Dufresne
2017-02-27Imported django.http classes instead of django.http.Asif Saifuddin Auvi
2017-02-07Converted usage of ugettext* functions to their gettext* aliasesClaude Paroz
2017-02-04Refs #27656 -- Updated django.contrib docstring verb style according to PEP 257.Anton Samarchyan
2017-02-03Fixed spelling of "nonexistent".Tim Graham
2017-02-01Refs #23919 -- Replaced kwargs.pop() with keyword-only arguments.Vytis Banaitis
2017-01-25Refs #23919 -- Replaced super(ClassName, self) with super().chillaranand
2017-01-19Refs #23919 -- Stopped inheriting from object to define new style classes.Simon Charette
2017-01-18Refs #23919 -- Removed most of remaining six usageClaude Paroz
2017-01-18Refs #23919 -- Removed python_2_unicode_compatible decorator usageClaude Paroz
2017-01-18Refs #23919 -- Removed encoding preambles and future importsClaude Paroz
2017-01-13Fixed #27709 -- Fixed get_for_models() for proxies with an empty cache.Simon Charette
2016-09-30Updated translations from TransifexClaude Paroz
2016-09-06Fixed #24865 -- Added remove_stale_contenttypes management command.Tim Graham
2016-09-03Replaced smart_* by force_* calls whenever possibleClaude Paroz
2016-08-10Refs #18682 -- Edited explanation in stale content type deletion.Tim Graham
2016-08-01Pulled contrib translations from TransifexClaude Paroz
2016-07-03Fixed #18682 -- Expanded explanation in stale content type deletion. (#6869)Erik Romijn
2016-06-29Added Upper/Lower Sorbian translationsClaude Paroz
2016-05-19Refs #26421 -- Refactored Apps.lazy_model_operation() for better checks and t...Alex Hill
2016-05-17Fixed #24067 -- Renamed content types upon model renaming.Simon Charette
2016-05-15Fixed #24075 -- Used post-migration models in contrib apps receivers.Simon Charette
2016-05-03Refs #16508 -- Added invalidation of stale cached instances of GenericForeign...Michal Petrucha
2016-05-03Refs #16508 -- Made Model.__init__() aware of virtual fields.Michal Petrucha
2016-04-30Pulled translations from TransifexClaude Paroz
2016-04-30Removed deprecated Chinese language codes for contrib appsClaude Paroz
2016-04-29Fixed #26207 -- Replaced dynamic classes with non-data descriptors for deferr...Anssi Kääriäinen
2016-04-25Removed unused/untested Field.get_choices_default()/value_to_string() methods.Tim Graham
2016-04-20Fixed typo in GenericRelatedObjectManager.add() error message.Michal Petrucha
2016-04-16Fixed #26085 -- Fixed contenttypes shortcut() view crash with a null fk to Site.dani poni
2016-04-13Refs #16508 -- Renamed the current "virtual" fields to "private".Michal Petrucha
2016-04-08Fixed E128 flake8 warnings in django/.Tim Graham