Changes between Initial Version and Version 1 of Ticket #27213
- Timestamp:
- Sep 14, 2016, 7:52:52 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #27213
- Property Component Database layer (models, ORM) → contrib.postgres
- Property Resolution → worksforme
- Property Status new → closed
-
Ticket #27213 – Description
initial v1 25 25 # everything is okay! 26 26 27 test_model _full.save() # insert model instance into PostgreSQL database27 test_model.save() # insert model instance into PostgreSQL database 28 28 # Windows: Success! 29 29 # Linux: Failure!