Changes between Initial Version and Version 4 of Ticket #30186
- Timestamp:
- Feb 15, 2019, 9:12:39 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #30186
- Property Triage Stage Unreviewed → Accepted
- Property Owner changed from to
- Property Status new → assigned
-
Ticket #30186 – Description
initial v4 5 5 There was some brief discussion [https://groups.google.com/forum/#!topic/django-developers/yWuVFvOUhy4 here]. 6 6 7 I've initially implemented this so that it would only apply to the `--list` option with a `--verbosity` of 2 and above. [https://github.com/tim-schilling/django/pull/1 Here's what I have so far.] I wasn't sure how to handle backporting. 7 I've initially implemented this so that it would only apply to the `--list` option with a `--verbosity` of 2 and above. ~~[https://github.com/tim-schilling/django/pull/1 Here's what I have so far.] I wasn't sure how to handle backporting.~~ 8 9 [https://github.com/django/django/pull/10997 PR] 10 11 Edited to strikeout old PR and reference the one to origin.