Added a migration with South... Ran it.
---
Running migrations for news:
- Migrating forwards to 0002_add_slug.
> news: 0002_add_slug
Traceback (most recent call last):
File "/home/tezro/lib/python2.5/South-0.6.2-py2.5.egg/south/
migration.py", line 330, in run_migrations
db.execute_deferred_sql()
File "/home/tezro/lib/python2.5/South-0.6.2-py2.5.egg/south/db/
generic.py", line 120, in execute_deferred_sql
self.execute(sql)
File "/home/tezro/lib/python2.5/South-0.6.2-py2.5.egg/south/db/
generic.py", line 86, in execute
cursor.execute(sql, params)
File "/home/tezro/apps/apache_django/lib/python2.5/django/db/
backends/mysql/base.py", line 84, in execute
return self.cursor.execute(query, args)
File "/usr/local/lib/python2.5/site-packages/MySQLdb/cursors.py",
line 166, in execute
self.errorhandler(self, exc, value)
File "/usr/local/lib/python2.5/site-packages/MySQLdb/
connections.py", line 35, in defaulterrorhandler
raise errorclass, errorvalue
OperationalError: (1061, "Duplicate key name 'news_element_slug'")
---
By the way, there was no slug field in the base. I made it the initial
way, just like I've never changed anything.