Paketname | python-django-picklefield |
Beschreibung | Pickled object field for Django |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 0.1.6-1 |
Sektion | python |
Priorität | optional |
Installierte Größe | 112 Byte |
Hängt ab von | python (>= 2.5), python-support (>= 0.90.0), python-django |
Empfohlene Pakete | |
Paketbetreuer | Fladischer Michael |
Quelle | django-picklefield |
Paketgröße | 13314 Byte |
Prüfsumme MD5 | 4115e07c5be1f449523cc16890487807 |
Prüfsumme SHA1 | dada1d5a724029386dd097e079c464a9763b829b |
Prüfsumme SHA256 | 2e8240ee72362321a08b4bca23cb99eb24f1e29b9fcdb60c75d97889193034b2 |
Link zum Herunterladen | python-django-picklefield_0.1.6-1_all.deb |
Ausführliche Beschreibung | django-picklefield provides an implementation of a pickled object field
for the Django framework. Such fields can contain any picklable objects.
.
It is useful for storing just about anything in the database when there
isn't a 'proper' field for the job.
PickledObjectField is database-agnostic, and should work with any database
backend you can throw at it. You can pass in any Python object and it will
automatically be converted behind the scenes. You never have to manually
pickle or unpickle anything.
|