Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes for USE_TZ and Diango 1.4's ModelAdmin.change_view argument changes #64

Merged
merged 2 commits into from
Jun 26, 2013

Conversation

ThomW
Copy link
Contributor

@ThomW ThomW commented Mar 15, 2013

  • The latest changes where use_utc was used in place of datetime.now assumes that USE_TZ=True. This fixes it so the pages will save when USE_TZ=False.
  • I noticed the Revisions lists next to placeholders were missing since upgrading to Django 1.4. The ModelAdmin.change_view arguments changed in Django 1.4 and that's fixed by this commit as well.

… extra_context wasn't being set correctly, which most-notably caused the Revisions list to go missing
batiste added a commit that referenced this pull request Jun 26, 2013
Fixes for USE_TZ and Diango 1.4's ModelAdmin.change_view argument changes
@batiste batiste merged commit 8f4e211 into batiste:master Jun 26, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants