mirror of
https://github.com/django/django.git
synced 2025-09-26 12:09:19 +00:00
Fixed #18224 -- Changed the dev version number.
Following the move from SVN to git.
This commit is contained in:
parent
905bd7fb44
commit
02a5b41db4
3 changed files with 29 additions and 47 deletions
|
@ -8,7 +8,7 @@ class VersionTests(TestCase):
|
|||
def test_development(self):
|
||||
ver_tuple = (1, 4, 0, 'alpha', 0)
|
||||
# This will return a different result when it's run within or outside
|
||||
# of a SVN checkout: 1.4.devNNNNN or 1.4.
|
||||
# of a git clone: 1.4.devYYYYMMDDHHMMSS or 1.4.
|
||||
ver_string = get_version(ver_tuple)
|
||||
self.assertRegexpMatches(ver_string, r'1\.4(\.dev\d+)?')
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue