Changes between Initial Version and Version 1 of Ticket #24988


Ignore:
Timestamp:
Jun 15, 2015, 8:02:27 PM (9 years ago)
Author:
Michael Barr
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #24988 – Description

    initial v1  
    4343{{{
    4444    def test_start_before_end_validation(self):
    45         """An employee is not allowed to be their own manager."""
     45        """Start date must come before end date."""
    4646        TestForm = modelform_factory(
    4747            model=DateRange,
Back to Top