Closed mt3o closed 11 years ago
Czy mógłbyś założyć issue w sprawie buga?
Chyba znalazłem przyczynę, w bazie danych wyczyściłem tabelkę django_content_type
delete from django_content_type;
i wtedy poszło. A w ogóle, to zjebałem ten pull request, pisałem z palca poprawki i nazwa kolumny raz jest title a raz name :P do poprawienia poza tym złapałem jeszcze jeden bug, wgram to spowrotem na github i zrobię nowy pull request.
Oprócz tego nie mogę wgrać fiksturek z powodu błędów: IntegrityError: Problem installing fixture './fixtures.json': Could not load contenttypes.ContentType(pk=9): columns app_label, model are not unique mt3o@mt3o-HP-TouchSmart-tx2-Notebook-PC:~/Ubuntu One/src/joggerpl-tools/joggertester$ ./manage.py loaddata fixtures.json PROJECT_DIR=/home/mt3o/Ubuntu One/src/joggerpl-tools/joggertester IntegrityError: Problem installing fixture 'fixtures.json': Could not load contenttypes.ContentType(pk=9): columns app_label, model are not unique mt3o@mt3o-HP-TouchSmart-tx2-Notebook-PC:~/Ubuntu One/src/joggerpl-tools/joggertester$ mcedit fixtures.json
mt3o@mt3o-HP-TouchSmart-tx2-Notebook-PC:~/Ubuntu One/src/joggerpl-tools/joggertester$ ./manage.py loaddata fixtures.json PROJECT_DIR=/home/mt3o/Ubuntu One/src/joggerpl-tools/joggertester IntegrityError: Problem installing fixture 'fixtures.json': Could not load contenttypes.ContentType(pk=33): columns app_label, model are not unique
Zmieniłem app_label na unikalne wartości, przeszło. Nie zawarłem tego w commicie, nie wiem co to robi :)