Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > de.comp.lang.python > #4428

Re: [Python-de] Django Portierungstrategy???

Path csiph.com!news.swapon.de!fu-berlin.de!uni-berlin.de!not-for-mail
From "Sven R. Kunze" <srkunze@mail.de>
Newsgroups de.comp.lang.python
Subject Re: [Python-de] Django Portierungstrategy???
Date Mon, 25 Apr 2016 15:33:29 +0200
Lines 46
Message-ID <mailman.73.1461591217.32212.python-de@python.org> (permalink)
References <9b28130b-a35f-4ae2-b13e-d2c5faf42320@googlegroups.com> <570D1549.40004@mail.de> <570D4B30.5060402@broeckling.de> <570D56E2.5000906@mail.de> <20160413123058.5edabd06@bolas.gallifrey.local> <mailman.68.1460543462.15650.python-de@python.org> <0db2f630-a4f7-4b58-9f22-8d41fc7bb521@googlegroups.com> <571BD9FC.3010909@mail.de> <mailman.11.1461443070.32212.python-de@python.org> <e9a52c4d-1b5d-412f-a59b-4746110d03ff@googlegroups.com> <571E1CA9.1070509@mail.de>
Mime-Version 1.0
Content-Type text/plain; charset=windows-1252; format=flowed
Content-Transfer-Encoding 8bit
X-Trace news.uni-berlin.de s6VbN2GqTO1tD1/WhVrJigVavaN6M/40dMG7v+TydFnA==
Return-Path <srkunze@mail.de>
X-Original-To python-de@python.org
Delivered-To python-de@mail.python.org
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/simple; d=mail.de; s=mail201212; t=1461591209; bh=DyLeDQXShZ+U5MIcSwKA/4zbVO/D0XKEDwN8Z9C4NB8=; h=Subject:To:References:From:Date:In-Reply-To:From; b=CTfEL9P5GkT7jFHIecsLScWTSIwJf30nIrvlGf8OPDuS+nIR6ZfiSNz8Lsg0G5cJf o1npU2SfvCuYOjLVwfaD1/cwJQcn9GKSLyM5NXyHTQKVV7H3zMePef3dLDB+MuIR+v eqf9aFy0+vrgEocVwnHIo0CxJmj3vUYPpUYxjRHw=
In-Reply-To <e9a52c4d-1b5d-412f-a59b-4746110d03ff@googlegroups.com>
X-purgate clean
X-purgate This mail is considered clean (visit http://www.eleven.de for further information)
X-purgate-type clean
X-purgate-Ad Categorized by eleven eXpurgate (R) http://www.eleven.de
X-purgate This mail is considered clean (visit http://www.eleven.de for further information)
X-purgate clean
X-purgate-size 1789
X-purgate-ID 154282::1461591209-000009F3-180BC17A/0/0
X-BeenThere python-de@python.org
X-Mailman-Version 2.1.22
Precedence list
List-Id Die Deutsche Python Mailingliste <python-de.python.org>
List-Unsubscribe <https://mail.python.org/mailman/options/python-de>, <mailto:python-de-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-de/>
List-Post <mailto:python-de@python.org>
List-Help <mailto:python-de-request@python.org?subject=help>
List-Subscribe <https://mail.python.org/mailman/listinfo/python-de>, <mailto:python-de-request@python.org?subject=subscribe>
X-Mailman-Original-Message-ID <571E1CA9.1070509@mail.de>
X-Mailman-Original-References <9b28130b-a35f-4ae2-b13e-d2c5faf42320@googlegroups.com> <570D1549.40004@mail.de> <570D4B30.5060402@broeckling.de> <570D56E2.5000906@mail.de> <20160413123058.5edabd06@bolas.gallifrey.local> <mailman.68.1460543462.15650.python-de@python.org> <0db2f630-a4f7-4b58-9f22-8d41fc7bb521@googlegroups.com> <571BD9FC.3010909@mail.de> <mailman.11.1461443070.32212.python-de@python.org> <e9a52c4d-1b5d-412f-a59b-4746110d03ff@googlegroups.com>
Xref csiph.com de.comp.lang.python:4428

Show key headers only | View raw


Hi Marcel,

da bin ich ja gespannt, wer es eher auf die 1.9 schafft. Wir sind zur 
Zeit auf der 1.8. ;-)

vG
Sven

On 25.04.2016 07:26, Marcel Hug (schaf) wrote:
> HI Sven, :-)
> danke für deine Antwort. Ja ich habe tests, diese habe ich zuerst in der alten Version zum laufen gebracht und nun habe ich auf 1.6 upgegraded und die Tests ausgeführt und einen Fehler / eine Warnung nach der anderen behoben.
>
> Ich werde danach eine Testinstallation machen und alles mal manuel durchspielen.
> Also bin ich ungefähr so vorgegangen, wie Du das beschrieben hast.
>
> Vielen Dank
> Grüsse aus der Schweiz
> schaf
>
> Am Samstag, 23. April 2016 22:24:31 UTC+2 schrieb Sven R. Kunze:
>> On 22.04.2016 16:50, Marcel Hug (schaf) wrote:
>>> HI Sven, hi alle
>> Welchen Sven meinst du? ;)
>>
>>> ich habe doch noch eine Frage. Wie geht man am besten vor? Das Requirements.txt hat ca. 20 Eintraege. Wie gehe ich am besten vor, damit ich herausefinde welche packages fuer ein update Django auf 1.6 Sinn machen?
>> Hast du Tests für dein Projekt?
>>
>> Wir gehen üblicherweise so vor:
>>
>> 1) Django-Version anpassen
>> 2) Tests ausführen + Webapplikation manuell testen
>> 3) Logs anschauen, Testergebnisse anschauen
>> 4) Probleme fixen & zurück zu 3)
>>
>> Schritt 4 involviert üblicherweise ReleaseNotes/Dokumentation von Django
>> lesen, und dann Dritt-Anbieter-Projekte (z.B. django-selectable etc.)
>> auf Kompatibilität hin überprüfen. Ggf. entscheiden, ob man bei der
>> Version bleibt, oder das Dritt-Anbieter-Projekt auch upgradet, wenn man
>> gerade diese Baustelle offen hat.
>>
>> vG
>> Sven
> _______________________________________________
> python-de maillist  -  python-de@python.org
> https://mail.python.org/mailman/listinfo/python-de

Back to de.comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar


Thread

Django Portierungstrategy??? "Marcel Hug (schaf)" <schaf.mh@gmail.com> - 2016-04-12 08:08 -0700
  Re: [Python-de] Django Portierungstrategy??? "Sven R. Kunze" <srkunze@mail.de> - 2016-04-12 17:33 +0200
  Re: [Python-de] Django Portierungstrategy??? "Albrecht Mühlenschulte" <albrecht@muehlenschulte.de> - 2016-04-12 18:22 +0200
    Re: [Python-de] Django Portierungstrategy??? "Marcel Hug (schaf)" <schaf.mh@gmail.com> - 2016-04-12 22:54 -0700
  Re: [Python-de] Django Portierungstrategy??? Sven Broeckling <sven@broeckling.de> - 2016-04-12 21:23 +0200
  Re: [Python-de] Django Portierungstrategy??? "Sven R. Kunze" <srkunze@mail.de> - 2016-04-12 22:13 +0200
  Re: [Python-de] Django Portierungstrategy??? Sven Broeckling <sven@broeckling.de> - 2016-04-13 12:30 +0200
    Re: [Python-de] Django Portierungstrategy??? "Marcel Hug (schaf)" <schaf.mh@gmail.com> - 2016-04-22 07:50 -0700
      Re: [Python-de] Django Portierungstrategy??? "Sven R. Kunze" <srkunze@mail.de> - 2016-04-23 22:24 +0200
        Re: [Python-de] Django Portierungstrategy??? "Marcel Hug (schaf)" <schaf.mh@gmail.com> - 2016-04-24 22:26 -0700
          Re: [Python-de] Django Portierungstrategy??? "Sven R. Kunze" <srkunze@mail.de> - 2016-04-25 15:33 +0200
      Re: [Python-de] Django Portierungstrategy??? Thomas Güttler <guettliml@thomas-guettler.de> - 2016-04-25 11:45 +0200
        Re: [Python-de] Django Portierungstrategy??? "Marcel Hug (schaf)" <schaf.mh@gmail.com> - 2016-04-26 23:55 -0700
      [Python-de] requirements.txt (Was: Django Portierungstrategy???) Christopher Arndt <chris@chrisarndt.de> - 2016-04-25 15:39 +0200
      Re: [Python-de] requirements.txt (Was: Django Portierungstrategy???) Thomas Güttler <guettliml@thomas-guettler.de> - 2016-04-26 13:32 +0200

csiph-web