Skip to content

Instantly share code, notes, and snippets.

Migrations support folders, so it is possible to create symlinks like this: /assets/migrate/migrations/somebundle -> /vendor/some/bundle/assets/migrations/

Subject: [PATCH 1/1] Fixes to make it work with updated python-social-auth.
Ticket: #1307
---
weblate/accounts/auth.py | 6 +++---
weblate/accounts/migrations/0001_initial.py | 2 ++
weblate/accounts/models.py | 2 +-
weblate/accounts/pipeline.py | 4 ++--
weblate/accounts/urls.py | 2 +-
weblate/accounts/views.py | 6 +++---