Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/contrib/admin/models.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #25353 -- Changed LogEntry.action_time to a "date c...Tim Graham2015-09-041-5/+13
* Fixed #21127 -- Started deprecation toward requiring on_d...Flavio Curella2015-07-281-2/+11
* Fixed #25073 -- Added verbose_name to contrib's model fie...Szilveszter Farkas2015-07-121-2/+2
* Used LogEntry methods to check LogEntry action_flag in __...Piotr Jakimiak2015-05-081-3/+3
* Removed outdated docstring for get_admin_url().Mathias André2015-03-031-1/+0
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-5/+4
* Fixed #23822 -- Added support for serializing model manag...Markus Holtermann2014-12-151-0/+2
* Limited lines to 119 characters in django/Tim Graham2014-09-051-1/+4
* Fixed #17627 -- Renamed util.py files to utils.pyTim Graham2013-09-161-1/+1
* Fixed LogEntry.get_admin_url() for non-existent models.Petr Dlouhý2013-08-021-2/+5
* Fixed #20121 -- Removed LogEntry.get_admin_url's hard-cod...Adam Wentz2013-03-261-1/+3
* Fixed #19114 -- Fixed LogEntry unicode representationClaude Paroz2012-11-171-5/+8
* Fixed #3011 -- Added swappable auth.User models.Russell Keith-Magee2012-09-261-2/+4
* [py3] Refactored __unicode__ to __str__.Aymeric Augustin2012-08-121-1/+3
* [py3] Ported django.utils.encoding.Aymeric Augustin2012-08-071-3/+3
* Removed various unnecessary instances of mark_safe applie...Luke Plant2012-07-031-2/+1
* Fixed #18269 -- Applied unicode_literals for Python 3 com...Claude Paroz2012-06-071-1/+3
* Fixed #16438 -- Corrected whitespace in admin models modu...Jannis Leidel2011-08-121-1/+2
* Fixed up bad return value introduced in [16120].Luke Plant2011-05-041-1/+1
* Fixed #15661 - LogEntry objects have no unicode methodLuke Plant2011-04-281-1/+12
* Fixed #14935 -- Corrected a test failure introduced by r1...Russell Keith-Magee2010-12-221-1/+3
* Merged the newforms-admin branch into trunk.Brian Rosner2008-07-191-1/+2
* Implemented auto-escaping of variable output in templates...Malcolm Tredinnick2007-11-141-1/+2
* Fixed #2101 -- Renamed `maxlength` argument to `max_lengt...Gary Wilson Jr2007-08-051-1/+1
* Merged Unicode branch into trunk (r4952:5608). This shoul...Malcolm Tredinnick2007-07-041-4/+5
* Merged boulder-oracle-sprint branch (r3965:5512) back int...Malcolm Tredinnick2007-06-231-1/+1
* MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is high...Adrian Holovaty2006-05-021-0/+51