#399: Bigint field object needed
---------------------------------------------------+------------------------
Reporter: [email protected] | Owner: permon
Status: assigned | Milestone: 1.2
Component: Database layer (models, ORM) | Version: SVN
Resolution: | Keywords:
sprintsept14, bigint
Stage: Design decision needed | Has_patch: 1
Needs_docs: 0 | Needs_tests: 0
Needs_better_patch: 1 |
---------------------------------------------------+------------------------
Comment (by anonymous):
I'm not sure if ''django/db/backends/sqlite3/creation.py'' shouldn't be
patched this way:
{{{
+ 'BigIntegerField': 'integer',
}}}
instead of actual:
{{{
+ 'IntegerField': 'bigint',
}}}
--
Ticket URL: <http://code.djangoproject.com/ticket/399#comment:64>
Django <http://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
--
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en.