1
0
mirror of https://github.com/django/django.git synced 2025-01-26 18:19:18 +00:00
Jon Dufresne 75410228df Fixed #31473 -- Made sql_flush() use RESTART IDENTITY to reset sequences on PostgreSQL.
The sql_flush() positional argument sequences is replaced by the boolean
keyword-only argument reset_sequences. This ensures that the old
function signature can't be used by mistake when upgrading Django. When
the new argument is True, the sequences of the truncated tables will
reset. Using a single boolean value, rather than a list, allows making a
binary yes/no choice as to whether to reset all sequences rather than a
working on a completely different set.
2020-04-17 11:57:24 +02:00
..
2017-02-03 08:01:45 -05:00
2019-11-26 14:02:24 +01:00
2019-11-26 14:02:24 +01:00
2019-11-26 14:02:24 +01:00
2020-04-14 09:32:09 +02:00
2016-05-02 18:16:36 -04:00
2016-06-04 19:24:51 -04:00
2016-09-01 16:24:46 -04:00
2017-01-04 13:20:01 -05:00
2017-06-01 11:09:51 -04:00
2017-07-01 19:13:35 -04:00
2017-08-01 08:08:18 -04:00
2017-10-05 14:13:32 -04:00
2017-11-01 21:11:38 -04:00
2018-07-02 10:12:20 +02:00
2018-10-01 09:34:57 +02:00
2018-12-03 15:14:58 +01:00
2020-04-14 09:32:09 +02:00
2018-06-28 11:07:37 -04:00
2018-08-31 10:12:51 +02:00
2018-12-03 17:29:46 +01:00
2019-05-01 07:05:47 +02:00
2019-07-01 07:48:45 +02:00
2020-04-14 09:32:09 +02:00
2020-01-02 07:55:53 +01:00
2020-02-03 08:52:16 +01:00
2020-04-01 10:09:43 +02:00