Code Monkey home page Code Monkey logo

django-sequence-field's Issues

appregistryerror with django 1.7

django 1.7 documentation states to use ugettext_lazy; however, changing this in strings.py doesn't help.

django.core.exceptions.AppRegistryNotReady: The translation infrastructure cannot be initialized before the apps registry is ready. Check that you don't make non-lazy gettext calls at import time.

This should be easily reproducible with any model using SequenceField and Django 1.7.

Django sequence field is creating two instances of SequenceField

I am having a weird error, i installed the package, setup the settings, run the migrate, in one of my models i created a field:

...

class Order(models.Model):
    number = SequenceField(
        key='order.sequence.1', template='%b%NNNN', auto=True)

When i ran the makemigrations i get the following error: SequenceFieldException: The key parameter is mandatory and is missing. Digging into that i put an pdb on the SequenceField __init__ function. The first time the pdb was called it is on my number field, but there is someone else instantiating this Field and in the next time i am getting that error.

I am using the django 1.8.4

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.