Changes between Version 1 and Version 2 of Ticket #25894, comment 7
- Timestamp:
- Dec 9, 2015, 5:09:02 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #25894, comment 7
v1 v2 1 Quick and dirty monkey patch. 2 3 4 {{{ 1 5 # django monkey patch 2 6 # https://code.djangoproject.com/ticket/25894 … … 15 19 except: 16 20 pass 21 }}} 22 23 May not work with everything.