Skip to content

Instantly share code, notes, and snippets.

@mjtamlyn
Last active October 6, 2015 10:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mjtamlyn/c93836d70d260de72aba to your computer and use it in GitHub Desktop.
Save mjtamlyn/c93836d70d260de72aba to your computer and use it in GitHub Desktop.
Django 1.9 upgrade notes

Upgrading photocrowd.com to Django 1.9a1

Here are notes on my current progress testing photocrowd.com on Django 1.9 prereleases. I hope this will be useful for other people testing their projects.

The starting point was a completely up to date (according to pypi) set of my requirements on October 5th 2015.

Requirement updates

  • Django floppy forms is fixed on github master
  • Django timezone field is fixed on github develop

Code chanages

TODO

  • Investigate sequence index must be integer, not 'slice' failures with django-pagination. Looks like repo is currently unmaintained by ericflo. Looks like it is related to changes in ericflo/django-pagination#45
@pydanny
Copy link

pydanny commented Oct 5, 2015

I've started https://github.com/pydanny/dj-paginator to resolve the pagination issue you identified, as well as others.

@aaugustin
Copy link

https://pypi.python.org/pypi/django-debug-toolbar/1.4 is expected to support Django 1.9 alpha.

@mjtamlyn
Copy link
Author

mjtamlyn commented Oct 6, 2015

Removed debug toolbar note as it's now working with 1.4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment