summaryrefslogtreecommitdiff
path: root/django/contrib/admin/models.py
AgeCommit message (Expand)Author
2013-09-16Fixed #17627 -- Renamed util.py files to utils.pyTim Graham
2013-08-02Fixed LogEntry.get_admin_url() for non-existent models.Petr DlouhĂ˝
2013-03-25Fixed #20121 -- Removed LogEntry.get_admin_url's hard-coded path.Adam Wentz
2012-11-17Fixed #19114 -- Fixed LogEntry unicode representationClaude Paroz
2012-09-26Fixed #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-03Removed various unnecessary instances of mark_safe applied to URLsLuke Plant
2012-06-07Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.Claude Paroz
2011-08-12Fixed #16438 -- Corrected whitespace in admin models module. Thanks, philipki...Jannis Leidel
2011-05-04Fixed up bad return value introduced in [16120].Luke Plant
2011-04-28Fixed #15661 - LogEntry objects have no unicode methodLuke Plant
2010-12-22Fixed #14935 -- Corrected a test failure introduced by r14992, which revealed...Russell Keith-Magee
2008-07-18Merged the newforms-admin branch into trunk.Brian Rosner
2007-11-14Implemented auto-escaping of variable output in templates. Fully controllable...Malcolm Tredinnick
2007-08-05Fixed #2101 -- Renamed `maxlength` argument to `max_length` for oldforms `For...Gary Wilson Jr
2007-07-04Merged Unicode branch into trunk (r4952:5608). This should be fullyMalcolm Tredinnick
2007-06-23Merged boulder-oracle-sprint branch (r3965:5512) back into trunk. AllMalcolm Tredinnick
2006-05-02MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa...Adrian Holovaty