Marty Alchin

(Gulopine)

Most Active Role

N/A

Most Active Component

N/A

Activity Timeline

[No data in this time period]

Components

[No data in this time period]

Tickets

Trac Ticket (23) Reporter (13) Owner (15) Commenter (59) Summary Component
6657 6657 HttpResponse.set_cookie(secure=False) still sets secure cookies HTTP handling
4345 4345 4 FileField cannot be used with unique=True Database layer (models, ORM)
7963 7963 UploadedFile documentation references deprecated attributes Documentation
8613 8613 FileField.save_file() is no longer used. Forms
7967 7967 1 cache.has_key() doesn't do the same thing as "key in cache" Core (Other)
7415 7415 4 FileFields have wrong url in admin under Windows, when using upload_to path contrib.admin
5361 5361 24 Support pluggable backends for FileField Database layer (models, ORM)
5655 5655 4 FileField's _save_FIELD_file method evaluates the directory once for creating the directory, then again for creating the file Database layer (models, ORM)
6390 6390 6 File storage backend for Amazon S3 Uncategorized
7696 7696 model_forms tests break on Windows after [7814] Core (Other)
3567 3567 5 Many to One Relationship w/ just ImageField() contrib.admin
3621 3621 5 FileField in admin broken with sqlite3 Database layer (models, ORM)
2740 2740 1 Specifying an order_with_respect_to for a self referential one to many relationship fails Core (Other)
4339 4339 3 Override an existing file, using Model.save_FIELD_file method, Database layer (models, ORM)
7221 7221 TypeErrors from Field.get_db_prep_lookup() get suppressed Database layer (models, ORM)
10044 10044 FileField should accept assignment of File objects File uploads/storage
10041 10041 Form tests are set to upload files to '/' Forms
8196 8196 1 modeltests/model_forms tests fail on a system without PIL installed Testing framework
651 651 1 Allow directories in filename argument to save_<fieldname>_file Core (Other)
7805 7805 ImageField doesn't need its own get_internal_type() Database layer (models, ORM)
7342 7342 Using a new-style class for Meta raises an exception Database layer (models, ORM)
7212 7212 save_base() alters data, and can be called from templates Database layer (models, ORM)
6679 6679 decorator_from_middleware() doesn't call process_view() properly Uncategorized