X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/21f878e8112cf1f9b732a6dbb77e70efa68a01aa..20be4d9d8dad31ecbda183f4b5c74c9d80799f72:/apps/south/db/sqlite3.py diff --git a/apps/south/db/sqlite3.py b/apps/south/db/sqlite3.py deleted file mode 100644 index 6073b4d4c..000000000 --- a/apps/south/db/sqlite3.py +++ /dev/null @@ -1,12 +0,0 @@ - -from django.db import connection -from south.db import generic - -class DatabaseOperations(generic.DatabaseOperations): - - """ - SQLite3 implementation of database operations. - """ - - def __init__(self): - raise NotImplementedError("Support for SQLite3 is not yet complete.") \ No newline at end of file