summaryrefslogtreecommitdiff
path: root/django/contrib/admin/models.py
AgeCommit message (Expand)Author
2025-03-12Fixed #36234 -- Restored single_object argument to LogEntry.objects.log_actio...Adam Johnson
2025-03-04Fixed #36217 -- Restored pre_save/post_save signal emission via LogEntry.save...antoliny0919
2025-01-15Refs #34462 -- Removed ModelAdmin.log_deletion() and LogEntryManager.log_acti...Sarah Boyce
2023-10-31Fixed #34462 -- Made admin log actions in bulk.Akash Kumar Sen
2022-08-30Refs #30947 -- Changed tuples to lists where appropriate.Alex Morega
2022-02-07Refs #33476 -- Refactored code to strictly match 88 characters line length.Mariusz Felisiak
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2019-11-05Fixed #30947 -- Changed tuples to lists in model Meta options in django.contr...Jon Dufresne
2019-06-28Fixed #30400 -- Improved typography of user facing strings.Jon Dufresne
2019-06-14Fixed #12952 -- Adjusted admin log change messages to use form labels instead...Sanyam Khurana
2018-09-25Refs #29784 -- Normalized Python docs links to omit the version.Jon Dufresne
2018-05-07Fixed #29370 -- Added choices to LogEntry.action_flag field.Nicolas Noé
2017-09-25Refs #27857 -- Replaced json.loads() ValueError exception catching with JSOND...Tim Graham
2017-09-07Reverted "Fixed #27818 -- Replaced try/except/pass with contextlib.suppress()."Tim Graham
2017-06-28Fixed #27818 -- Replaced try/except/pass with contextlib.suppress().Mads Jensen
2017-04-27Refs #27795 -- Replaced many force_text() with str()Claude Paroz
2017-02-07Converted usage of ugettext* functions to their gettext* aliasesClaude Paroz
2017-02-04Refs #27656 -- Updated django.contrib docstring verb style according to PEP 257.Anton Samarchyan
2017-01-18Refs #23919 -- Removed python_2_unicode_compatible decorator usageClaude Paroz
2017-01-18Refs #23919 -- Removed encoding preambles and future importsClaude Paroz
2016-10-04Fixed #27218 -- Returned LogEntry instances from ModelAdmin.log_*() methods.François Freitag
2016-09-03Replaced smart_* by force_* calls whenever possibleClaude Paroz
2016-01-08Fixed #21113 -- Made LogEntry.change_message language independentClaude Paroz
2015-12-31Fixed #26013 -- Moved django.core.urlresolvers to django.urls.Marten Kenbeek
2015-11-27Added two translator comments in contrib appsClaude Paroz
2015-09-04Fixed #25353 -- Changed LogEntry.action_time to a "date created".Tim Graham
2015-07-27Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...Flavio Curella
2015-07-12Fixed #25073 -- Added verbose_name to contrib's model fields that were missin...Szilveszter Farkas
2015-05-07Used LogEntry methods to check LogEntry action_flag in __str__Piotr Jakimiak
2015-03-03Removed outdated docstring for get_admin_url().Mathias André
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2014-12-15Fixed #23822 -- Added support for serializing model managers in migrationMarkus Holtermann
2014-09-05Limited lines to 119 characters in django/Tim Graham
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