google-code-export / django-modeltranslation

Automatically exported from code.google.com/p/django-modeltranslation
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Prepopulated and translated fields make wrong slug #57

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. A model of a human with attributes Name and Surname which are both 
translated and a slug for this model.
2. Prepopulate Name and Surname for the slug to be created from them.
3. Try it in amdin.

What is the expected output? What do you see instead?
Expected to have the slug created from both fields. Instead, only the first 
field works on the slug.

What version of the product are you using? On what operating system?
Django 1.2.4. Latest modeltranslation.

Original issue reported on code.google.com by tezro...@gmail.com on 18 Feb 2011 at 3:45

GoogleCodeExporter commented 9 years ago

Original comment by eschler on 7 Jul 2012 at 11:58

GoogleCodeExporter commented 9 years ago
Project moved to Github. All issues have been migrated preserving their id. All 
remaining open issues on GoogleCode are closed. New project url: 
https://github.com/deschler/django-modeltranslation

Original comment by eschler on 22 Oct 2012 at 8:22