Hi Steve,

I am using MySQL and while running migrate I got this error:

Error in migration: 
shop:0024_auto__chg_field_product_rating__chg_field_product_keywords
Traceback (most recent call last):
  File "manage.py", line 27, in <module>
    execute_from_command_line(sys.argv)
  File 
"d:\projects\web_projects\virtualenvs\kisanhub\lib\site-packages\django\core\management\__init__.py",
 
line 399, in execute_from_command_line
    utility.execute()
.
.
.
  File 
"d:\projects\web_projects\virtualenvs\kisanhub\lib\site-packages\MySQLdb\cursors.py",
 
line 201, in execute
    self.errorhandler(self, exc, value)
  File 
"d:\projects\web_projects\virtualenvs\kisanhub\lib\site-packages\MySQLdb\connections.py",
 
line 36, in defaulterrorhandler
    raise errorclass, errorvalue
django.db.utils.ProgrammingError: (1064, "You have an error in your SQL 
syntax; check the manual that corresponds to your MySQL server version for 
the right syntax to use near 'NOT NULL' at line 1")

For time being, I faked the migration and thinking to apply the change 
using raw sql. 

Best wishes,
Sachin


On Tuesday, 24 December 2013 11:30:45 UTC, Stephen McDonald wrote:
>
> Hi all,
>
> I've just released Mezzanine 3.0 and Cartridge 0.9 to PyPi.
>
> Like the 1.0 release of Mezzanine, this release represents a major round 
> of housekeeping in the software environment Mezzanine works with. 
> Specifically Mezzanine now supports:
>
> - Python 3.3 (as well as 2.6 and 2.7)
> - Django 1.6 (as well as 1.4 and 1.5)
> - Bootstrap 3
>
> You might be wondering about the jump from Mezzanine 1.4.16 directly to 
> 3.0 - we've gone with 3.0 as it represents the latest support for Bootstrap 
> 3 and more significantly, Python 3, an entirely new version of the Python 
> language. We also wanted to break away from lurking around similar version 
> numbers with Django, as this would confuse conversations where the various 
> versions of Mezzanine and Django were often discussed together.
>
> As well as the above major overhauls and also many bug-fixes, here's a 
> list of other enhancements also included in the Mezzanine release:
>
> - Better page handling when APPEND_SLASH is False
> - Better support for password-less authentication backends
> - Support for multiple SSL sites in default nginx conf
> - More flexible instance removal in default fabfile
> - Thumbnail template tags now accept args for controlling crop centering
> - Pagination (blog posts, Cartridge products) can now be disabled entirely
> - TinyMCE handling now includes a pre-populated list of titles/URLs (like 
> a sitemap) to link to 
> - Admin now includes a language selector when multiple languages are 
> defined
>
> The 0.9 release of Cartridge (along with new 0.3 versions of the grappelli 
> and filebrowser forks) simply bring everything up to date with all the 
> above.
>
> I want to offer a huge thanks to everyone who worked to make these 
> releases possible. My own involvement has somewhat been reduced to code 
> reviewing, merging, and packaging the releases, so all the above has been 
> entirely a community effort. Particular thanks goes to Ed Schofield for the 
> Python 3 work and Eduardo Rivas for the upgrade to Bootstrap 3 - both 
> extremely involved tasks. And also Sebastian Clemens who only joined 
> recently, but has made a large contribution in the Bootstrap 3 and 
> multi-lingual work. Thanks again also goes to the tireless effort of Josh 
> Cartmell, Ken Bolton, and everyone else who has helped out newcomers on the 
> mailing list and IRC - you people are the foundation of this project.
>
> Cheers,
> Steve 
>
>
> -- 
> Stephen McDonald
> http://jupo.org 
>

-- 
You received this message because you are subscribed to the Google Groups 
"Mezzanine Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to