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
2016-08-01
Pulled contrib translations from Transifex
Claude Paroz
2016-06-29
[1.10.x] 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
2016-03-02
Fixed #26226 -- Made related managers honor the queryset used for prefetching...
Simon Charette
2016-02-26
Fixed #26286 -- Prevented content type managers from sharing their cache.
Simon Charette
2016-02-12
Removed unneeded hint=None/obj=None in system check messages.
Tim Graham
2016-01-06
Fixed #25746 -- Isolated inlined test models registration.
Simon Charette
2015-12-31
Updated translations from Transifex
Claude Paroz
2015-12-14
Fixed #12885 -- Fixed queries with GenericRelations to multi-table inheritanc...
Anssi Kääriäinen
2015-12-01
Pulled contrib translations from Transifex
Claude Paroz
2015-10-26
Fixed #25611 -- Standardized descriptor signatures.
Tim Graham
2015-10-02
Refs #13637 -- Removed unused code in GenericRelatedObjectManager
Tim Graham
2015-09-23
Refs #24099 -- Removed compatibility shim for ContentType.name field.
Tim Graham
2015-09-21
Renamed descriptor classes for related objects.
Aymeric Augustin
2015-09-11
Fixed #25374 -- Made ModelAdmin checks work on instances instead of classes.
Malcolm Box
2015-08-27
Fixed #24201 -- Added order_with_respect_to support to GenericForeignKey.
Alex Hill
2015-08-10
Fixed #25160 -- Moved unsaved model instance data loss check to Model.save()
Tim Graham
2015-07-28
Fixed #18556 -- Allowed RelatedManager.add() to execute 1 query where possible.
Tim Graham
2015-07-27
Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...
Flavio Curella
2015-06-24
Renamed RemovedInDjangoXYWarnings for new roadmap.
Tim Graham
2015-04-30
Updated translations from Transifex
Claude Paroz
2015-04-01
Fetched updated contrib translations from Transifex
Claude Paroz
2015-03-25
Renamed Field.rel attribute to remote_field
Anssi Kääriäinen
2015-03-18
Fixed #24495 -- Allowed unsaved model instance assignment check to be bypassed.
Karl Hobley
2015-02-20
Fixed #24351, #24346 -- Changed the signature of allow_migrate().
Loic Bistuer
2015-02-16
Moved contrib.contenttypes tests out of contrib.
Tim Graham
2015-02-16
Refs #24299 -- Made contenttypes migrations signal handler more robust.
Sergey Fedoseev
2015-02-16
Explicitly checked for LookupError in contenttypes migration
Markus Holtermann
2015-02-16
Reworked docstrings and comments in related.py.
Loic Bistuer
2015-02-16
Merged ManyRelatedObjectsDescriptor and ReverseManyRelatedObjectsDescriptor
Loic Bistuer
2015-02-14
Fixed #24289 -- Reversed usage of Field.many_to_one and one_to_many.
Loic Bistuer
2015-02-07
Revert "Fixed #24075 -- Prevented running post_migrate signals when unapplyin...
Markus Holtermann
2015-02-07
Revert "Refs #24075 -- Silenced needless call_command output while running te...
Markus Holtermann
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2015-02-05
Fix small regression caused by 71ada3a8e689a883b5ffdeb1744ea16f176ab730.
Loic Bistuer
2015-02-05
Fixed #6707 -- Added RelatedManager.set() and made descriptors' __set__ use it.
Loic Bistuer
2015-01-27
Fixed #24210 -- Cleaned up relational fields __init__().
Loic Bistuer
2015-01-18
Removed contrib.contenttypes.generic per deprecation timeline; refs #19774.
Tim Graham
[next]