WIP: Resolve "Include django-letsagree"
1 unresolved thread
1 unresolved thread
Closes #157
Merge request reports
Activity
changed milestone to %2.0a2
added part::backend part::frontend workflow::confirmed labels
added 25 commits
-
586ebb0b...b4a22ee7 - 24 commits from branch
master
- a73c25f0 - Merge branch 'master' into 157-include-django-letsagree
-
586ebb0b...b4a22ee7 - 24 commits from branch
added 4 commits
-
a73c25f0...a7665dd6 - 2 commits from branch
master
- 221d6bb2 - Merge branch 'master' into 157-include-django-letsagree
- 4ec7846d - Add initial migration
-
a73c25f0...a7665dd6 - 2 commits from branch
added 85 commits
-
189a339f...c2439d02 - 84 commits from branch
master
- bb0ddd48 - Merge branch 'master' into 157-include-django-letsagree
-
189a339f...c2439d02 - 84 commits from branch
8 9 class Migration(migrations.Migration): 10 11 initial = True 12 13 dependencies = [ 14 ('auth', '0011_update_proxy_permissions'), 15 migrations.swappable_dependency(settings.AUTH_USER_MODEL), 16 ] 17 18 operations = [ 19 migrations.CreateModel( 20 name='Term', 21 fields=[ 22 ('id', models.AutoField(auto_created=True, primary_key=True, serialize=False, verbose_name='ID')), 23 ('title_de', models.CharField(db_index=True, max_length=63, verbose_name='Title')), Maybe we can add
blank=True
also here like attitle_en
, so the customer can choose which language he would like to use./cc @hansegucker
(Also this must be regenerated if we add a new language…)
I can do that too, if you have to do other stuff, k ;)?
Edited by Jonathan Wethchanged this line in version 7 of the diff
The main issue here is that the language cannot be switched before accepting terms.
What did your evaluaton of alternative solutions turn up, @debdolph?
assigned to @hansegucker
added 19 commits
-
bb0ddd48...7d9a57fc - 17 commits from branch
master
- 9282eb86 - Merge branch 'master' into 157-include-django-letsagree
- e9f9895a - Update migration
-
bb0ddd48...7d9a57fc - 17 commits from branch
added 473 commits
-
e9f9895a...d6a0b2bd - 471 commits from branch
master
- 696c5c6f - Merge branch 'master' into 157-include-django-letsagree
- db1b8da5 - Add migrations
-
e9f9895a...d6a0b2bd - 471 commits from branch
unassigned @hansegucker
Please register or sign in to reply