---
title: "Nótaí scaoilte Django 1.1.2"
version: 6.0
locale: ga
source: https://docs.djangoproject.com/ga/6.0/releases/1.1.2/
canonical: https://djangodocs.dev/ga/6.0/releases/1.1.2/
---
# Nótaí scaoilte Django 1.1.2

Fáilte go dtí Django 1.1.2!

Is é seo an dara scaoileadh “bugfix” sa tsraith Django 1.1, ag feabhsú cobhsaíocht agus feidhmíocht an chódabhais Django 1.1.

Coinníonn Django 1.1.2 comhoiriúnacht ar ais le Django 1.1.0, ach tá roinnt socruithe agus feabhsuithe eile ann. Is uasghrádú molta é Django 1.1.2 d'aon fhorbairt nó imscaradh a úsáideann nó ag díriú ar Django 1.1 faoi láthair.

Le haghaidh sonraí iomlána faoi na gnéithe nua, na neamhoiriúnachtaí ar ais, agus na gnéithe lasmuigh sa bhrainse 1.1, féach an:doc: /releases/1.1.

## Athruithe neamh-chomhoiriúnacha ar chúl i 1.1.2

### Cód stádais imeachta an reathóra tástála

The exit status code of the test runners (`tests/runtests.py` and `python
manage.py test`) no longer represents the number of failed tests, since a
failure of 256 or more tests resulted in a wrong exit status code. The exit
status code for the test runner is now 0 for success (no failing tests) and 1
for any number of test failures. If needed, the number of test failures can be
found at the end of the test runner's output.

### Ionchódú fianán

To fix bugs with cookies in Internet Explorer, Safari, and possibly other
browsers, our encoding of cookie values was changed so that the characters
comma and semi-colon are treated as non-safe characters, and are therefore
encoded as `\054` and `\073` respectively. This could produce backwards
incompatibilities, especially if you are storing comma or semi-colon in
cookies and have JavaScript code that parses and manipulates cookie values
client-side.

## Gné nua amháin

De ghnáth, ní chuimsíodh gnéithe nua i scaoileadh pointe, ach i gcás Django 1.1.2, tá eisceacht déanta againn ón riail seo. Beidh gné i Django 1.2 (an chéad scaoileadh mór eile de Django) a fheabhsóidh cosaint i gcoinne ionsaithe Fhorbhósáide Iarratas Tras-Láithreáin (CSRF). Éilíonn an ghné seo clib teimpléad nua: ttag: csrf\_token a úsáid i ngach foirm a dhéanann Django.

Chun é a dhéanamh níos éasca tacú le leaganacha 1.1.X agus 1.2.X de Django leis na teimpléid chéanna, shocraigh muid an chlib teimpléad:ttag: csrf\_token a thabhairt isteach chuig an mbrainse 1.1.X. Sa bhrainse 1.1.X, ní dhéanann :ttag: csrf\_token aon rud - níl aon éifeacht aige ar theimpléid ná ar phróiseáil foirme. Ciallaíonn sé, áfach, go n-oibreoidh an teimpléad céanna le Django 1.2.
