<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://docs.befair.it/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://docs.befair.it/feed.php">
        <title>Il nostro punto della strada - django</title>
        <description></description>
        <link>https://docs.befair.it/</link>
        <image rdf:resource="https://docs.befair.it/lib/exe/fetch.php?media=wiki:dokuwiki.svg" />
       <dc:date>2026-05-02T02:57:51+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://docs.befair.it/doku.php?id=django:django-reversion&amp;rev=1428583464&amp;do=diff"/>
                <rdf:li rdf:resource="https://docs.befair.it/doku.php?id=django:internals&amp;rev=1423827696&amp;do=diff"/>
                <rdf:li rdf:resource="https://docs.befair.it/doku.php?id=django:ticket_24662&amp;rev=1429451712&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://docs.befair.it/lib/exe/fetch.php?media=wiki:dokuwiki.svg">
        <title>Il nostro punto della strada</title>
        <link>https://docs.befair.it/</link>
        <url>https://docs.befair.it/lib/exe/fetch.php?media=wiki:dokuwiki.svg</url>
    </image>
    <item rdf:about="https://docs.befair.it/doku.php?id=django:django-reversion&amp;rev=1428583464&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2015-04-09T12:44:24+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>django-reversion</title>
        <link>https://docs.befair.it/doku.php?id=django:django-reversion&amp;rev=1428583464&amp;do=diff</link>
        <description>DJANGO-REVERSION

Low-level API

Please refer to django-reversion low level API v 1.8

It is valid for lower versions too.

Switch from &quot;django-pro-history&quot; to &quot;django-reversion&quot;

The steps to follow are:

	*  delete fields django-pro-history fields from the models, where they are present;</description>
    </item>
    <item rdf:about="https://docs.befair.it/doku.php?id=django:internals&amp;rev=1423827696&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2015-02-13T11:41:36+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>internals</title>
        <link>https://docs.befair.it/doku.php?id=django:internals&amp;rev=1423827696&amp;do=diff</link>
        <description>Django Internals

model.Create()

If you did want to create or update an object, the .save() method already has this behaviour by default, from the docs:

	&quot; Django abstracts the need to use INSERT or UPDATE SQL statements. Specifically, when you call save(), Django follows this algorithm:</description>
    </item>
    <item rdf:about="https://docs.befair.it/doku.php?id=django:ticket_24662&amp;rev=1429451712&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2015-04-19T13:55:12+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>ticket_24662</title>
        <link>https://docs.befair.it/doku.php?id=django:ticket_24662&amp;rev=1429451712&amp;do=diff</link>
        <description>My experience on trying to fix #24662 Django issue

 ticket 

 dashboard

Steps

As a newbie of Django bug fixing, I had to understand how the bug fixing workflow works.

First thing to do is to build the environment. It is good to work on a virtualenv, since the
most important thing is to reproduce the bug in the exact (or more similar) environment the
submitter detected the bug. Virtualenvs allow to leave the system untouched while keeping several 
different environments active in it.</description>
    </item>
</rdf:RDF>
