<bdo id='AAChX'></bdo><ul id='AAChX'></ul>

<small id='AAChX'></small><noframes id='AAChX'>

    1. <tfoot id='AAChX'></tfoot>
    2. <i id='AAChX'><tr id='AAChX'><dt id='AAChX'><q id='AAChX'><span id='AAChX'><b id='AAChX'><form id='AAChX'><ins id='AAChX'></ins><ul id='AAChX'></ul><sub id='AAChX'></sub></form><legend id='AAChX'></legend><bdo id='AAChX'><pre id='AAChX'><center id='AAChX'></center></pre></bdo></b><th id='AAChX'></th></span></q></dt></tr></i><div id='AAChX'><tfoot id='AAChX'></tfoot><dl id='AAChX'><fieldset id='AAChX'></fieldset></dl></div>
      <legend id='AAChX'><style id='AAChX'><dir id='AAChX'><q id='AAChX'></q></dir></style></legend>

      在 django admin 中保存对象时出现 unicode 错误

      unicode error when saving an object in django admin(在 django admin 中保存对象时出现 unicode 错误)
      <i id='LhStZ'><tr id='LhStZ'><dt id='LhStZ'><q id='LhStZ'><span id='LhStZ'><b id='LhStZ'><form id='LhStZ'><ins id='LhStZ'></ins><ul id='LhStZ'></ul><sub id='LhStZ'></sub></form><legend id='LhStZ'></legend><bdo id='LhStZ'><pre id='LhStZ'><center id='LhStZ'></center></pre></bdo></b><th id='LhStZ'></th></span></q></dt></tr></i><div id='LhStZ'><tfoot id='LhStZ'></tfoot><dl id='LhStZ'><fieldset id='LhStZ'></fieldset></dl></div>
    3. <small id='LhStZ'></small><noframes id='LhStZ'>

      <legend id='LhStZ'><style id='LhStZ'><dir id='LhStZ'><q id='LhStZ'></q></dir></style></legend>
        <bdo id='LhStZ'></bdo><ul id='LhStZ'></ul>
            <tbody id='LhStZ'></tbody>

            • <tfoot id='LhStZ'></tfoot>

                本文介绍了在 django admin 中保存对象时出现 unicode 错误的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                问题描述

                在我的 django 应用程序中,我有一些对象导致 django admin 中的相应 URL 不是 ascii.(例如:http://mysite/admin/myapp/myclass/Présentation/)

                In my django app, I have some objects that cause the corresponding URL in the django admin to be non ascii. (for example: http://mysite/admin/myapp/myclass/Présentation/)

                我可以毫无问题地编辑对象,但是当我保存它时出现以下错误:

                I can edit the object without any problem but when I save it I have the following error:

                UnicodeEncodeError: 'ascii' codec can't encode character u'xe9' in position 24: ordinal not in range(128), HTTP response headers must be in US-ASCII format

                奇怪的是对象被正确保存到数据库中.

                The strange thing is that the object is correctly saved into the database.

                有人知道 Django 管理员是如何管理 unicode 的吗?任何可以帮助解决此问题的信息、指针或想法将不胜感激.

                Does anybody know how the Django admin manages unicode? Any info, pointer or idea that can help to fix this problem would be appreciated.

                提前致谢

                更新:这是模型的代码

                class Plugin(models.Model):
                    """Some subcontent that can be added to a given page"""
                    class Meta:
                        ordering = ['ordering']
                
                    name = models.CharField(max_length=32, primary_key=True)
                    div_id = models.CharField(default='rightcol', max_length=32)
                    published = models.BooleanField(default=True,
                        help_text=_("If this is not checked, it is not displayed on the page."))
                    ordering = models.IntegerField(default=1,
                        help_text=_("plugins are sorted with this number in ascending order"))
                    content = models.TextField(blank=True)
                    registration_required = models.BooleanField(_('registration required'),
                        help_text=_("If this is checked, only logged-in users will be able to view the page."))
                
                    def __unicode__(self):
                        return u"%s -- %s" % (self.name, self.div_id)
                

                更新:很明显,不建议在 URL 中使用非 ascii 字符.这就是我的问题的原因,我已经改变了它.

                Update: That's clear that non-ascii character are not recommended in an URL. That's the cause of my problem and I have changed that.

                有人知道 Django 管理员使用什么来构建对象的 URL.我猜它是主键.这样对吗?有没有办法强制 Django 使用其他东西并安全地检索对象?

                Does anybody know what is used by the Django admin to build the URL of an object. I guess that it is the primary key. Is it right? is there a way to force Django to use something else and to retrieve the object safely?

                推荐答案

                我现在使用默认 id 作为模型每个类的主键.因此,从管理站点访问对象时,我的 url 中没有禁止字符.

                I am now using the default id as primary key for every class of my model. As a consequence, I don't have forbidden characters in the url when accessing objects from the admin site.

                我建议在大多数情况下保留默认 id 作为主键

                I do recommend to keep the default id as primary key in most cases

                这篇关于在 django admin 中保存对象时出现 unicode 错误的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                本站部分内容来源互联网,如果有图片或者内容侵犯了您的权益,请联系我们,我们会在确认后第一时间进行删除!

                相关文档推荐

                What happens when you compare 2 pandas Series(当你比较 2 个 pandas 系列时会发生什么)
                Quickly find differences between two large text files(快速查找两个大文本文件之间的差异)
                Python - Compare 2 files and output differences(Python - 比较 2 个文件和输出差异)
                Why do comparisions between very large float values fail in python?(为什么在 python 中非常大的浮点值之间的比较会失败?)
                Dictionary merge by updating but not overwriting if value exists(字典通过更新合并,但如果值存在则不覆盖)
                Find entries of one text file in another file in python(在python中的另一个文件中查找一个文本文件的条目)

                <i id='UyfvK'><tr id='UyfvK'><dt id='UyfvK'><q id='UyfvK'><span id='UyfvK'><b id='UyfvK'><form id='UyfvK'><ins id='UyfvK'></ins><ul id='UyfvK'></ul><sub id='UyfvK'></sub></form><legend id='UyfvK'></legend><bdo id='UyfvK'><pre id='UyfvK'><center id='UyfvK'></center></pre></bdo></b><th id='UyfvK'></th></span></q></dt></tr></i><div id='UyfvK'><tfoot id='UyfvK'></tfoot><dl id='UyfvK'><fieldset id='UyfvK'></fieldset></dl></div>
                • <bdo id='UyfvK'></bdo><ul id='UyfvK'></ul>
                  <tfoot id='UyfvK'></tfoot>

                  <small id='UyfvK'></small><noframes id='UyfvK'>

                  • <legend id='UyfvK'><style id='UyfvK'><dir id='UyfvK'><q id='UyfvK'></q></dir></style></legend>
                      <tbody id='UyfvK'></tbody>