Publicações com a etiqueta "lang:en"

Django Smuggler 0.1.1 released!

Por semente em 22 Jan, 2010 12h04

Yesterday I published the first stable version of Django Smuggler. An pluggable application for easily export/import fixtures via the administration interface. Especially useful for transporting data in production for the development project and vice versa, but can also be used as a backup tool.

Smuggler is in the Python Package Index (PyPI) and you can easily install it using the tools pip or easy_install. Try:

pip install django-smuggler

or:

easy_install django-smuggler

Feedback (with or without code) is always welcome!

Diário 0.2 out! The Alexandros Grigoropoulos's Diary Release

Por semente em 13 Dez, 2008 20h05

Today was released the Diário version 0.2, blog application for Django projects, packaged from revision 181 in Subversion.

New in version 0.2:

  • Django 1.0.X compatible;
  • Support to ping weblog directories (issue #11);
  • Changed license to LGPLv3 (issue #36);
  • Some code refactoring;
  • Removed deprecated features;
  • Many bug fixes;
  • Other enhancements.

Diário 0.2 too will be packaged to Debian by Lincoln Sousa and be available in main Debian repository.

Help us to improve Diário! See the Roadmap for version 0.3. Thanks to everyone who made this release possible!

This version is a tribute to Alexandros Grigoropoulos, 15-year-old boy, libertarian, murdered by greek police in last week (2008-12-06).

Django Diário is now compatible with Django 1.0

Por semente em 26 Set, 2008 16h19

Diário weblog application for Django is now compatible with Django 1.0.

After release candidate 1, Diário was broken because of comments refactoring. Apparently, everything works fine.

Special thanks to Rodrigo Pimentel to open an issue for this and for sending patch.

Now is close the eternal issues. :-P