PyCharm is approaching its release, and this beta is yet another waypoint we're passing. The new Beta version of PyCharm can now be downloaded from our website.
Improved in PyCharm
We've improved our code completion a little: in some cases, we'd suggest a symbol from the `typing` package, rather than the `collections` package. In most cases, you'd like to actually use the collection, and not just add a type annotation, so we've ordered them in the way they're used.
A bug was causing the `manage.py` prompt for Django to show up in the wrong place, and we've now resolved it. Django suppo