Placeholder rescan is skipped when loading fixtures.
Fixed a bug when the Django setting USE_THOUSAND_SEPARATOR = True, which caused placeholders primary keys to be formatted according to locale, breaking frontend editing.
show_placeholder no longer uses cached content in preview mode.
- Test fixes
- Fix issues in cookies handling
- Fix minor unicode issues
- Fix a missing argument in ModelAdmin
- Fix a bug in WymEditor handling
- Fix bugs in migrations
- Fix bug in language fallback
- Minor documentation fixes