Early Access Program Releases

PyCharm 1.2.1 Release Candidate: py.test 2.0, buildout 1.5

Even though PyCharm 1.2 was released a few days ago, we’re already working on an update with a number of important enhancements, and the Release Candidate for the new update is available today. Here’s the summary of changes:

  • Buildout support updated for compatibility with Buildout 1.5;
  • py.test support is now compatible with version 2.0.x of py.test;
  • Many bugfixes and usability improvements for the new Find/Replace UI;
  • Other bugfixes and improvements

You can download PyCharm 1.2.1 Release Candidate or see the release notes on the EAP page.

And last but not least: we have some important information for you if you’re using PyCharm with Django 1.3. One of the latest commits to Django before the 1.3 release broke the possibility to run Django applications from any IDE (the problem is not specific to PyCharm) when the autoreload mode is used. The problem does not occur on Windows. Until the problem is fixed in an official Django release, you can fix it yourself by applying the patch to your local Django installation. PyCharm 1.2.1 RC will automatically detect the broken Django version and enable the –no-reload option if necessary.

image description