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