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
/
db
/
models
/
related.py
Age
Commit message (
Expand
)
Author
2014-12-23
Fixed #21414 -- Removed RelatedObject and deprecated Field.related.
Anssi Kääriäinen
2014-06-18
Fixed #22778 -- Added a model Meta option to define default_related_name.
Renaud Parent
2014-03-03
Fixed many typos in comments and docstrings.
Rodolfo Carvalho
2013-07-08
A large number of stylistic cleanups across django/db/
Alex Gaynor
2013-05-17
Replaced an antiquated pattern.
Aymeric Augustin
2013-03-24
Fixed #19385 again, now with real code changes
Anssi Kääriäinen
2013-02-05
Fixed #19689 -- Renamed `Model._meta.module_name` to `model_name`.
Simon Charette
2013-01-18
Removed models/related.py BoundRelatedObject
Anssi Kääriäinen
2012-12-30
Moved join path generation to Field
Anssi Kääriäinen
2012-08-07
[py3] Ported django.utils.encoding.
Aymeric Augustin
2011-05-03
Fixed #5833 -- Modified the admin list filters to be easier to customize. Man...
Jannis Leidel
2010-11-21
Fixed #3400 -- Support for lookup separator with list_filter admin option. Th...
Honza Král
2010-01-27
Fixed #7270 -- Added the ability to follow reverse OneToOneFields in select_r...
Russell Keith-Magee
2009-12-22
Fixed #1142 -- Added multiple database support.
Russell Keith-Magee
2008-08-27
Removed oldforms, validators, and related code:
Gary Wilson Jr
2007-03-10
An improved version of the change attempted in [4693]: retain backwards
Malcolm Tredinnick
2007-03-08
Fixed #1839, #2415, #2536 -- Fixed a generated name clash that was common in
Malcolm Tredinnick
2007-02-19
Fixed behaviour of admin interface (and AddManipulator) when
Malcolm Tredinnick
2007-02-13
Fixed #3394 -- Made min_num_in_admin be respected on new object creation. Patch
Malcolm Tredinnick
2006-09-07
Fixes #2653 -- Modified related field utility methods to return None as the r...
Russell Keith-Magee
2006-07-01
Fixed #2217 -- Allowed raw objects to be used in __exact and __in query terms...
Russell Keith-Magee
2006-05-02
MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa...
Adrian Holovaty