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
2015-12-01
[1.9.x] Pulled contrib translations from Transifex
Claude Paroz
2015-10-02
[1.9.x] Refs #13637 -- Removed unused code in GenericRelatedObjectManager
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
2015-01-17
Updated en translation catalogs
Claude Paroz
2015-01-16
Fixed #24099 -- Removed contenttype.name deprecated field
Claude Paroz
2015-01-15
Refs #24075 -- Silenced needless call_command output while running tests
Markus Holtermann
2015-01-14
Fixed #24075 -- Prevented running post_migrate signals when unapplying initia...
Markus Holtermann
2015-01-09
Removed an undocumented contenttypes synchronization method.
Simon Charette
2015-01-08
Fixed #24020 -- Refactored SQL compiler to use expressions
Anssi Kääriäinen
2015-01-08
Removed unneeded smart_text calls
Claude Paroz
2015-01-06
Fixed #12663 -- Formalized the Model._meta API for retrieving fields.
Daniel Pyrathon
2015-01-02
Fixed #9104 -- Moved FieldDoesNotExist to core.exceptions
Daniel Pyrathon
2014-12-23
Fixed #21414 -- Removed RelatedObject and deprecated Field.related.
Anssi Kääriäinen
2014-12-17
Fixed #24002 -- GenericRelation filtering targets related model's pk
Anssi Kääriäinen
2014-12-15
Fixed #23822 -- Added support for serializing model managers in migration
Markus Holtermann
2014-12-08
Fixed #23968 -- Replaced list comprehension with generators and dict comprehe...
Jon Dufresne
2014-11-27
Fixed #23641 -- Moved post_migrate signals for contrib apps to AppConfig.read...
wrwrwr
2014-11-15
Fixed #14030 -- Allowed annotations to accept all expressions
Josh Smeaton
2014-11-11
Fixed #23750 -- Allowed core.checks.register to be used as a function
averybigant
2014-10-29
Limited lines to 119 characters in django/{contrib,db}.
Berker Peksag
2014-10-08
Fixed #23611 -- update_or_create failing from a related manager
Loic Bistuer
2014-10-01
Fixed #15089 -- Allowed contrib.sites to lookup the current site based on req...
Tim Graham
2014-09-30
Updated translations from Transifex
Claude Paroz
2014-09-24
Fixed #23539 -- Added get_extra(), get_max_num(), and get_min_num() hooks to ...
Justin Caratzas
2014-09-05
Fixed #22411: Throw a more helpful error if contenttypes doesn't exist.
Andrew Godwin
2014-09-05
Limited lines to 119 characters in django/
Tim Graham
[next]