Changes between Initial Version and Version 1 of Ticket #27213


Ignore:
Timestamp:
Sep 14, 2016, 7:52:52 PM (8 years ago)
Author:
Tim Graham
Comment:

I'm not able to reproduce this. I see ValidationError: {'my_array_field': ['Item 0 in the array did not validate: This field cannot be blank.']} at the full_clean() step.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #27213

    • Property Component Database layer (models, ORM)contrib.postgres
    • Property Resolutionworksforme
    • Property Status newclosed
  • Ticket #27213 – Description

    initial v1  
    2525# everything is okay!
    2626
    27 test_model_full.save()  # insert model instance into PostgreSQL database
     27test_model.save()  # insert model instance into PostgreSQL database
    2828# Windows: Success!
    2929# Linux:   Failure!
Back to Top