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

Version 1.4 #504

Merged
merged 5 commits into from
Feb 26, 2016
Merged

Version 1.4 #504

merged 5 commits into from
Feb 26, 2016

Conversation

dracos
Copy link
Member

@dracos dracos commented Nov 13, 2015

Was waiting for updated mysociety-django-popolo to be put on PyPI; I've now done this, version 0.0.5, so this branch should be okay now, for Django 1.8 support.

@mhl
Copy link
Contributor

mhl commented Nov 24, 2015

A couple of minor comments (and I should say that I haven't tried the code, just read through the PR) but this looks good to me 👍

@dracos
Copy link
Member Author

dracos commented Feb 24, 2016

@mhl There have been quite a few changes since the review (though nothing major, pulling in a few changes from the 1.9 branch that could be here mostly), so probably worth another quick glance if possible before I merge? :)

@mhl
Copy link
Contributor

mhl commented Feb 25, 2016

Sorry, @dracos, I just noticed this - I'll look again tomorrow morning

@mhl
Copy link
Contributor

mhl commented Feb 26, 2016

This looks good to me. If all goes well I'll be planning to do the Pombola Django 1.8 upgrade on Monday morning, so it'll be great to have this released before then. (I think that doing that upgrade will probably provide better assurance than me reading through the patches :))

Remove things now in core:
* South
* blocktrans trimmed
* qmethod

Remove workarounds for older Django versions:
* Patch for get_queryset (1.6+)
* Lack of foreign key following in get_or_create (1.6+)
* Tests involving overriding MEDIA_URL (1.5+)
* Caching speech template to have date change correctly (1.7+)

Upgrade third-party apps to 1.8-supported versions:
* Select2
* Haystack (and allow greater range of ElasticSearch versions).
* nose
* django-sluggable
* django-subdomain-instances
* django-popolo

Fix new issues, upcoming deprecations, or hints:
* Move GenericRelation import
* Call super() in setUpClass
* form_class is optional in get_form()
* Remove null=True from ManyToMany field.
* Global TEMPLATE_CONTEXT_PROCESSORS might be a list
* Removal of django.utils.unittest
* Remove unneeded url future import.
* Deal with rename of form.util to form.utils.
* Specify URL includes as callables.
* Drop use of patterns() in urls.py.
This includes the verbose name changes to instance fields from the
upgrade to django-subdomain-instances, and the dropping of default
speaker ordering from 9d1a53b.
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.

None yet

2 participants