Uaktualnienie django-south.
authorMarek Stępniowski <marek@stepniowski.com>
Sat, 21 Feb 2009 18:46:29 +0000 (19:46 +0100)
committerMarek Stępniowski <marek@stepniowski.com>
Sat, 21 Feb 2009 18:46:29 +0000 (19:46 +0100)
commitf05daac38bd815128ba11b77b1b40dc03d2b5fcf
treea64452f8b520422e91d3e8d41416ced3d6d34e6f
parentd9d5b7bc7f432058fd3bccfb096c88438e5364a9
Uaktualnienie django-south.
Wyświetlanie linków do Lektury.Gazeta.pl na stronach lektur i w katalogu.
22 files changed:
apps/catalogue/migrations/0004_add_gazeta_links.py [new file with mode: 0644]
apps/catalogue/models.py
apps/south/__init__.py
apps/south/db/generic.py
apps/south/db/mysql.py
apps/south/db/postgresql_psycopg2.py
apps/south/db/sql_server/__init__.py [new file with mode: 0644]
apps/south/db/sql_server/pyodbc.py [new file with mode: 0644]
apps/south/db/sqlite3.py
apps/south/install/README [deleted file]
apps/south/install/setup.py [deleted file]
apps/south/management/commands/migrate.py
apps/south/management/commands/startmigration.py
apps/south/management/commands/syncdb.py
apps/south/management/commands/test.py [new file with mode: 0644]
apps/south/migration.py
apps/south/setup.py [new file with mode: 0755]
apps/south/tests/db.py
apps/south/tests/fakeapp/migrations/0003_alter_spam.py [new file with mode: 0644]
apps/south/tests/logic.py
wolnelektury/templates/catalogue/book_detail.html
wolnelektury/templates/catalogue/tagged_object_list.html