Changes between Initial Version and Version 1 of Ticket #26821, comment 9


Ignore:
Timestamp:
Jul 7, 2016, 9:18:40 AM (8 years ago)
Author:
Priy Werry

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #26821, comment 9

    initial v1  
    22> I don't see a problem with raising an error right away (without a deprecation period). Since the argument doesn't have any effect in released versions of Django, it's not a big deal for projects to simply remove it.
    33
    4 Ok, we can remove the {{{pop()}}} and raising the deprecation warning, but projects can still break when updating as the {{{strip}}} parameter has been present for a long time.
     4Ok, we can remove the {{{pop()}}} and raising the deprecation warning, but projects can still break when updating as the {{{strip}}} parameter has been present for a long time (api change).
Back to Top