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