Loading docs/howto/deployment/checklist.txt +1 −1 Original line number Diff line number Diff line Loading @@ -228,7 +228,7 @@ See :doc:`/topics/logging` for details on logging. See :doc:`/howto/error-reporting` for details on error reporting by email. .. admonition: Error reporting by email doesn't scale very well .. admonition:: Error reporting by email doesn't scale very well Consider using an error monitoring system such as Sentry_ before your inbox is flooded by reports. Sentry can also aggregate logs. Loading docs/topics/migrations.txt +1 −1 Original line number Diff line number Diff line Loading @@ -356,7 +356,7 @@ Note that this only works given two things: that your database doesn't match your models, you'll just get errors when migrations try to modify those tables. .. versionchanged: 1.8 .. versionchanged:: 1.8 The ``--fake-initial`` flag to :djadmin:`migrate` was added. Previously, Django would always automatically fake-apply initial migrations if it Loading Loading
docs/howto/deployment/checklist.txt +1 −1 Original line number Diff line number Diff line Loading @@ -228,7 +228,7 @@ See :doc:`/topics/logging` for details on logging. See :doc:`/howto/error-reporting` for details on error reporting by email. .. admonition: Error reporting by email doesn't scale very well .. admonition:: Error reporting by email doesn't scale very well Consider using an error monitoring system such as Sentry_ before your inbox is flooded by reports. Sentry can also aggregate logs. Loading
docs/topics/migrations.txt +1 −1 Original line number Diff line number Diff line Loading @@ -356,7 +356,7 @@ Note that this only works given two things: that your database doesn't match your models, you'll just get errors when migrations try to modify those tables. .. versionchanged: 1.8 .. versionchanged:: 1.8 The ``--fake-initial`` flag to :djadmin:`migrate` was added. Previously, Django would always automatically fake-apply initial migrations if it Loading