Skip to content

Commit

Permalink
Added an app-loading feature to the release notes.
Browse files Browse the repository at this point in the history
  • Loading branch information
aaugustin committed Jan 5, 2014
1 parent f630373 commit 021b0b0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/releases/1.7.txt
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,10 @@ Improvements thus far include:
* Applications can run code at startup, before Django does anything else, with
the :meth:`~django.apps.AppConfig.ready` method of their configuration.

* Application labels are assigned correctly to models even when they're
defined outside of ``models.py``. You don't have to set
:attr:`~django.db.models.Options.app_label` explicitly any more.

* It is possible to omit ``models.py`` entirely if an application doesn't
have any models.

Expand Down

0 comments on commit 021b0b0

Please sign in to comment.