Changes between Initial Version and Version 1 of Ticket #20211, comment 1
- Timestamp:
- Apr 6, 2013, 10:21:36 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #20211, comment 1
initial v1 7 7 8 8 I also added some tests for the `label_tag` functionalities (it didn't seem to be tested very much) and removed a call to `conditional_escape` that was not needed since everything gets escaped by `format_html` later on. 9 10 The pull request is there: https://github.com/django/django/pull/997