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
/
admin
/
models.py
Age
Commit message (
Expand
)
Author
2012-11-17
[1.5.x] Fixed #19114 -- Fixed LogEntry unicode representation
Claude Paroz
2012-09-26
Fixed #3011 -- Added swappable auth.User models.
Russell Keith-Magee
2012-08-12
[py3] Refactored __unicode__ to __str__.
Aymeric Augustin
2012-08-07
[py3] Ported django.utils.encoding.
Aymeric Augustin
2012-07-03
Removed various unnecessary instances of mark_safe applied to URLs
Luke Plant
2012-06-07
Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.
Claude Paroz
2011-08-12
Fixed #16438 -- Corrected whitespace in admin models module. Thanks, philipki...
Jannis Leidel
2011-05-04
Fixed up bad return value introduced in [16120].
Luke Plant
2011-04-28
Fixed #15661 - LogEntry objects have no unicode method
Luke Plant
2010-12-22
Fixed #14935 -- Corrected a test failure introduced by r14992, which revealed...
Russell Keith-Magee
2008-07-18
Merged the newforms-admin branch into trunk.
Brian Rosner
2007-11-14
Implemented auto-escaping of variable output in templates. Fully controllable...
Malcolm Tredinnick
2007-08-05
Fixed #2101 -- Renamed `maxlength` argument to `max_length` for oldforms `For...
Gary Wilson Jr
2007-07-04
Merged Unicode branch into trunk (r4952:5608). This should be fully
Malcolm Tredinnick
2007-06-23
Merged boulder-oracle-sprint branch (r3965:5512) back into trunk. All
Malcolm Tredinnick
2006-05-02
MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa...
Adrian Holovaty