We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85752c5 commit f3d7afeCopy full SHA for f3d7afe
AUTHORS.rst
@@ -38,6 +38,7 @@ Authors
38
- George Vilches
39
- Gregory Bataille
40
- Grzegorz Bialy
41
+- Guillermo Eijo (`guilleijo <https://github.com/guilleijo>`_)
42
- Hamish Downer
43
- Hanyin Zhang
44
- James Muranga (`jamesmura <https://github.com/jamesmura>`_)
docs/historical_model.rst
@@ -253,7 +253,7 @@ source model. This is possible by combining the ``bases`` functionality with the
253
question = models.CharField(max_length=200)
254
pub_date = models.DateTimeField('date published')
255
256
- history = HistoricalRecords(bases=[IPAddressHistoricalModel,]
+ history = HistoricalRecords(bases=[IPAddressHistoricalModel,])
257
258
259
.. code-block:: python
0 commit comments