Changes between Initial Version and Version 1 of Ticket #28646, comment 4


Ignore:
Timestamp:
Oct 20, 2017, 7:07:24 PM (7 years ago)
Author:
Ariki

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #28646, comment 4

    initial v1  
    1212
    1313    def test_change_primary_key(self):
    14         # Set PostgreSQL messages locale to get error messages
     14        # Set PostgreSQL messages locale to get error messages in English
    1515        operation0 = migrations.RunSQL("SET lc_messages = 'C';")
    1616        # Create a model with two fields
Back to Top