Changes between Initial Version and Version 1 of Ticket #34508
- Timestamp:
- Apr 22, 2023, 5:12:29 AM (19 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #34508
- Property Resolution → needsinfo
- Property Status new → closed
-
Ticket #34508 – Description
initial v1 1 {{{ 1 2 from django.contrib.admin.checks import E109 2 3 from django.core.checks import Error … … 29 30 30 31 return errors 32 }}}