Skip to content

Commit 176d99b

Browse files
committed
README with Version 0.19.4 and locale_es updated.
1 parent 143c77a commit 176d99b

File tree

5 files changed

+220
-203
lines changed

5 files changed

+220
-203
lines changed

README.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,11 @@ Versions
5757
- 0.19 (Ayrton Senna's Toleman's car number '84 - Debut)
5858
- 0.27-VIL (Gilles Villeneuve 27)
5959

60-
0.19.4 (to-do)
61-
=============
62-
- Refactor API in directory
60+
0.19.4
61+
======
6362
- Race points will be saved in BD
63+
- Improve Points Calculator. Much faster than before
64+
- Improve copy season (seats, teams and races)
6465

6566
0.19.3
6667
======

README.rst

+4-3
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,11 @@ Versions
5454
- 0.19 (Ayrton Senna's Toleman's car number '84 - Debut)
5555
- 0.27-VIL (Gilles Villeneuve 27)
5656

57-
0.19.4 (to-do)
58-
==============
59-
- Refactor API in directory
57+
0.19.4
58+
======
6059
- Race points will be saved in BD
60+
- Improve Points Calculator. Much faster than before
61+
- Improve copy season (seats, teams and races)
6162

6263
0.19.3
6364
======

driver27/admin/admin.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ def print_copy_season(self, obj):
235235
copy_text=_('Copy'))
236236
else:
237237
return ''
238-
print_copy_season.short_description = _('copy season')
238+
print_copy_season.short_description = _('Create new season from this')
239239
print_copy_season.allow_tags = True
240240

241241
def print_copy_link(self, obj, reverse_link, copy_text):
@@ -246,17 +246,17 @@ def print_copy_link(self, obj, reverse_link, copy_text):
246246
return ''
247247

248248
def print_copy_races(self, obj):
249-
return self.print_copy_link(obj, "admin:dr27-copy-races", _('Copy Races'))
249+
return self.print_copy_link(obj, "admin:dr27-copy-races", _('copy races'))
250250
print_copy_races.short_description = _('copy races')
251251
print_copy_races.allow_tags = True
252252

253253
def print_copy_teams(self, obj):
254-
return self.print_copy_link(obj, "admin:dr27-copy-teams", _('Copy Teams'))
254+
return self.print_copy_link(obj, "admin:dr27-copy-teams", _('copy teams'))
255255
print_copy_teams.short_description = _('copy teams')
256256
print_copy_teams.allow_tags = True
257257

258258
def print_copy_seats(self, obj):
259-
return self.print_copy_link(obj, "admin:dr27-copy-seats", _('Copy Seats'))
259+
return self.print_copy_link(obj, "admin:dr27-copy-seats", _('copy seats'))
260260
print_copy_seats.short_description = _('copy seats')
261261
print_copy_seats.allow_tags = True
262262

192 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)