Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions docs/changes.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Change log
==========

Pending
-------

* Added a note about the default password in ``make example``.

6.0.0 (2025-07-22)
------------------

Expand Down
3 changes: 3 additions & 0 deletions docs/contributing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ For convenience, there's an alias for the second command::

$ make example

The default password is ``p``, it can be overridden by setting the environment
variable ``DJANGO_SUPERUSER_PASSWORD``.

Look at ``example/settings.py`` for running the example with another database
than SQLite.

Expand Down
Loading