Changes between Version 2 and Version 3 of MigrateToDjango15Plan
- Timestamp:
- Jul 31, 2013, 2:14:46 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MigrateToDjango15Plan
v2 v3 1 1 * custom user model (#240) 2 2 * ~~use system json (django.utils.simplejson deprecated)~~ 3 * @models.permalink not recommended (You should use reverse() in the body of your get_absolute_url method instead) 4