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
/
tests
/
regressiontests
/
admin_util
/
models.py
Age
Commit message (
Expand
)
Author
2012-09-28
Fixed #18676 -- Allow fast-path deletion of objects
Anssi Kääriäinen
2012-08-12
[py3] Refactored __unicode__ to __str__.
Aymeric Augustin
2012-07-22
[py3] Replaced unicode/str by six.text_type/bytes.
Aymeric Augustin
2011-10-13
Convert much of the regression tests to use absolute imports. There's still ...
Alex Gaynor
2010-11-09
Fixed #7539, #13067 -- Added on_delete argument to ForeignKey to control casc...
Carl Meyer
2010-10-17
Fixed #13963 -- Use the correct verbose name of a reverse relation field in t...
Jannis Leidel
2010-04-11
Fixed #13301 -- Corrected problem with capitalization of changelist row heade...
Russell Keith-Magee
2010-02-26
Fixed #6191, #11296 -- Modified the admin deletion confirmation page to use t...
Russell Keith-Magee
2010-02-01
Fixed #12654 - Correctly display ForeignKey fields in read-only scenarios. Th...
Jannis Leidel
2010-01-10
Fixed #12455 -- corrected an oversight in result_headers not honoring admin_o...
Brian Rosner
2010-01-09
Fixed #12550 -- better handling with choices and null fields when displaying ...
Brian Rosner