Skip to content
Snippets Groups Projects
Select Git revision
  • 1299-encoding-problem-in-rss-feeds
  • develop default protected
  • 1346-selectoreventloop-required-instead-got-uvloop-loop
  • 1278-embed-isn-t-available-in-the-front-end-for-channel-tracks
  • 1311-feedparser-requires-update-to-accomodate-python-3-9
  • master
  • 1.0.1
  • 1121-download
  • plugins-v3
  • plugins-v2
  • plugins
  • 1.1-rc2
  • 1.1-rc1
  • 1.0.1
  • 1.0
  • 1.0-rc1
  • 0.21.2
  • 0.21.1
  • 0.21
  • 0.21-rc2
  • 0.21-rc1
  • 0.20.1
  • 0.20.0
  • 0.20.0-rc1
  • 0.19.1
  • 0.19.0
  • 0.19.0-rc2
  • 0.19.0-rc1
  • 0.18.3
  • 0.18.2
  • 0.18.1
31 results

auth.py

Blame
  • Forked from funkwhale / funkwhale
    Source project has a limited visibility.
    0001_initial.py NaN GiB
    # Generated by Django 2.0.2 on 2018-02-27 18:43
    from django.db import migrations
    from django.contrib.postgres.operations import UnaccentExtension
    
    
    class Migration(migrations.Migration):
    
        dependencies = []
    
        operations = [
            UnaccentExtension()
        ]