| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Refs #32365 -- Removed support for pytz timezones per deprecation timeline. | Mariusz Felisiak | 2023-01-17 | 1 | -48/+1 |
| | | |||||
| * | Replaced assertQuerysetEqual() to assertSequenceEqual()/assertCountEqual() ↵ | Mariusz Felisiak | 2022-10-07 | 1 | -1/+1 |
| | | | | | | where appropriate. Follow up to 3f7b3275627385f8f7531fca01cdda50d4ec6b6e. | ||||
| * | Refs #33476 -- Reformatted code with Black. | django-bot | 2022-02-07 | 2 | -46/+73 |
| | | |||||
| * | Fixed #32365 -- Made zoneinfo the default timezone implementation. | Carlton Gibson | 2021-09-16 | 1 | -3/+10 |
| | | | | | | Thanks to Adam Johnson, Aymeric Augustin, David Smith, Mariusz Felisiak, Nick Pope, and Paul Ganssle for reviews. | ||||
| * | Refs #32508 -- Raised Type/ValueError instead of using "assert" in ↵ | Daniyal | 2021-07-15 | 1 | -0/+13 |
| | | | | | | | django.db.models. Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com> | ||||
| * | Fixed #31235 -- Made assertQuerysetEqual() compare querysets directly. | Hasan Ramezani | 2020-11-06 | 1 | -22/+31 |
| | | | | | | | | | This also replaces assertQuerysetEqual() to assertSequenceEqual()/assertCountEqual() where appropriate. Co-authored-by: Peter Inglesby <peter.inglesby@gmail.com> Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com> | ||||
| * | Refs #29724 -- Added is_dst parameter to QuerySet.datetimes(). | Hasan Ramezani | 2020-03-20 | 1 | -0/+36 |
| | | | | | Thanks Simon Charette for the review and Mariusz Felisiak for tests. | ||||
| * | Fixed #28650 -- Added TruncWeek database function. | Sigurd Ljødal | 2018-01-27 | 1 | -0/+9 |
| | | |||||
| * | Refs #23919 -- Removed python_2_unicode_compatible decorator usage | Claude Paroz | 2017-01-18 | 1 | -3/+0 |
| | | |||||
| * | Refs #23919 -- Removed encoding preambles and future imports | Claude Paroz | 2017-01-18 | 2 | -4/+0 |
| | | |||||
| * | Fixed #27327 -- Simplified time zone handling by requiring pytz. | Tim Graham | 2016-10-27 | 1 | -7/+0 |
| | | |||||
| * | Fixed #27203 -- Replaced assertQuerysetEqual(..., lambda o: o) with ↵ | Mads Jensen | 2016-09-13 | 1 | -10/+5 |
| | | | | | assertSequenceEqual(). | ||||
| * | Fixed #25774 -- Refactor datetime expressions into public API | Josh Smeaton | 2016-05-18 | 2 | -0/+7 |
| | | |||||
| * | Fixed #21127 -- Started deprecation toward requiring on_delete for ↵ | Flavio Curella | 2015-07-27 | 1 | -1/+1 |
| | | | | | ForeignKey/OneToOneField | ||||
| * | Sorted imports with isort; refs #23860. | Tim Graham | 2015-02-06 | 1 | -6/+5 |
| | | |||||
| * | Split tests.basic.ModelTests in several tests; refs #18586. | zsoldosp | 2014-06-25 | 1 | -0/+57 |
| | | |||||
| * | Fixed #21432 -- DateTimeQuery now copies tzinfo when cloning. | Loic Bistuer | 2013-11-14 | 1 | -1/+17 |
| | | | | | Thanks Enrique Martínez for the report and @bmispelon for the tests. | ||||
| * | PEP8 cleanup | Jason Myers | 2013-11-02 | 1 | -0/+2 |
| | | | | | Signed-off-by: Jason Myers <jason@jasonamyers.com> | ||||
| * | Removed most of absolute_import imports | Claude Paroz | 2013-07-29 | 1 | -1/+1 |
| | | | | | | Should be unneeded with Python 2.7 and up. Added some unicode_literals along the way. | ||||
| * | Merged regressiontests and modeltests into the test root. | Florian Apolloner | 2013-02-26 | 3 | -0/+111 |
