1
0
Fork 0
satnogs-network/network
Fabian P. Schmidt ec73abeaa7 migrations: Replace bytes with string literals
As long as the bytes literal contains only ASCII data it can be replaced
with a string literal already in Python 2.
https://docs.djangoproject.com/en/1.11/topics/python3/#unicode-literals

The following command was used to generate this patch:
```
sed -i "s/b'\([\x00-\x7F]*\)'/'\1'/g" network/base/migrations/*
```

Similar commit in db: librespacefoundation/satnogs/satnogs-db@f0c0c9bc

Signed-off-by: Fabian P. Schmidt <kerel@mailbox.org>
2020-01-08 18:16:15 +01:00
..
api api/serializers: Add missing inizialization (W0201) 2020-01-08 18:00:34 +01:00
base migrations: Replace bytes with string literals 2020-01-08 18:16:15 +01:00
static Add button for loading pass predictions in station page 2019-11-29 20:32:53 +02:00
templates Fix demod data display for utf-8 decodable non-CW observations (W1612) 2019-12-31 13:26:47 +01:00
users migrations: Replace bytes with string literals 2020-01-08 18:16:15 +01:00
__init__.py Fix C0111 lint issues 2019-11-22 20:38:38 +02:00
_version.py Package 'satnogs-network' 2019-01-07 17:28:31 +02:00
celery.py Remove periodic run of sync_to_db task 2019-12-21 22:36:28 +02:00
settings.py Retry archive.org uploading on "SlowDown" error 2020-01-04 18:22:17 +02:00
urls.py Add absolute_import to all relevant files (W1618) 2019-12-31 08:51:04 +00:00
wsgi.py Add absolute_import to all relevant files (W1618) 2019-12-31 08:51:04 +00:00