Bibhas
|
b738178825
Fixed #24070 -- Added tutorial topics to doc index.
|
10 年 前 |
Berker Peksag
|
83dd70b927
Removed formtools entries from MANIFEST.in.
|
10 年 前 |
Claude Paroz
|
3bac904607
Removed extraneous super call in LiveServerTestCase
|
10 年 前 |
Tim Graham
|
15cd71ed24
Added dates to release notes.
|
10 年 前 |
Tim Graham
|
52f0b2b622
Updated six to 1.9.0.
|
10 年 前 |
Andriy Sokolovskiy
|
839f431ef5
Fixed #24064 -- Prevented database access at compile time in spatialite models.
|
10 年 前 |
Andriy Sokolovskiy
|
23f1a8dad2
Added return value to Signal.disconnect().
|
10 年 前 |
Tim Graham
|
937fab030d
Renamed an assertion in the dispatch tests.
|
10 年 前 |
Daniel Pyrathon
|
8958170755
Fixed #9104 -- Moved FieldDoesNotExist to core.exceptions
|
10 年 前 |
Claude Paroz
|
1aa3e09c20
Fixed #23745 -- Reused states as much as possible in migrations
|
10 年 前 |
Claude Paroz
|
2a9c4b4901
Passed around the state between migrations
|
10 年 前 |
Claude Paroz
|
285bd02c92
Show migration elapsed time when verbosity>1
|
10 年 前 |
Markus Holtermann
|
057305e588
Added ignore_swappable to StateApps
|
10 年 前 |
Claude Paroz
|
a159b1facd
Replaced migration state render() by apps cached property
|
10 年 前 |
Andreas Pelme
|
4ee06ec3fc
Fixed #24069 -- Made ServerHandler a new style class to fix super() call.
|
10 年 前 |
Tim Graham
|
40ccef16cb
Silenced an ImportWarning in the template_backends tests.
|
10 年 前 |
Tim Graham
|
f60c35cddc
Removed release note for refs #23891 as the backport proved too difficult.
|
10 年 前 |
Tim Graham
|
b9feec959b
Fixed #23700 -- Fixed non-deterministic static files test failures on Windows.
|
10 年 前 |
Tim Graham
|
40a8504357
Fixed #23891 -- Moved deprecation of IPAddressField to system check framework.
|
10 年 前 |
Tim Graham
|
a7aaabfaf1
Removed doc note about PasswordResetForm requiring an integer PK.
|
10 年 前 |
Tim Graham
|
e80f59e3bb
Added showmigrations to spelling wordlist.
|
10 年 前 |
Tim Graham
|
c4e796aa1b
Fixed typo in docs/ref/contrib/admin/index.txt.
|
10 年 前 |
Tim Graham
|
b4bdd5262b
Fixed #23366 -- Fixed a crash with the migrate --list command.
|
10 年 前 |
Thomas Tanner
|
46068d850d
Fixed #22295 -- Replaced permission check for displaying admin user-tools
|
10 年 前 |
Andrey Maslov
|
7a878ca5cb
Fixed #24008 -- Fixed ValidationError crash with list of dicts.
|
10 年 前 |
Markus Holtermann
|
a1487deebf
Fixed #23359 -- Added showmigrations command to list migrations and plan.
|
10 年 前 |
Will Earp
|
8952757698
Refs #18586 -- Split up tests.defer.DeferTests.test_defer
|
10 年 前 |
Tim Graham
|
8a9b0c15a6
Renamed tests for util -> utils moves; refs #17627.
|
10 年 前 |
Tim Graham
|
837fc2d8cd
Fixed a queries test on Python 2 broken after importing six.moves.range().
|
10 年 前 |
Tim Graham
|
09bce0b2cb
Fixed #22340 -- Removed DatabaseCreation deprecation from timeline.
|
10 年 前 |