- 30 Eki, 2012 10 kayıt (commit)
-
-
Tim Graham yazdı
Thank-you Katie Miller and Ben Sturmfels for the initial draft, as well as Russ and Carl for the reviews.
-
Claude Paroz yazdı
Thanks waldeinburg for the report.
-
Claude Paroz yazdı
Refs #19206.
-
Claude Paroz yazdı
-
Aymeric Augustin yazdı
Since 1.5 is feature-frozen, we need them to document new features.
-
Claude Paroz yazdı
-
Claude Paroz yazdı
Thanks daniel at blogg.se for the report and Aymeric Augustin for his assistance on the patch.
-
Preston Holmes yazdı
If the current sessions user was logged in via a remote user backend log out the user if REMOTE_USER header not available - otherwise leave it to other auth middleware to install the AnonymousUser. Thanks to Sylvain Bouchard for the initial patch and ticket maintenance.
-
Preston Holmes yazdı
-
Russell Keith-Magee yazdı
Refs #19061, #19057.
-
- 29 Eki, 2012 6 kayıt (commit)
-
-
Aymeric Augustin yazdı
Thanks mitar for the report.
-
Aymeric Augustin yazdı
Thanks Graham Dumpleton for the patch.
-
Claude Paroz yazdı
-
Claude Paroz yazdı
Thanks bernardofontes for the report.
-
Luke Plant yazdı
Thanks to okke@formsma.nl for the report, and carmandrew@gmail.com for the tests.
-
Preston Holmes yazdı
-
- 28 Eki, 2012 11 kayıt (commit)
-
-
Claude Paroz yazdı
Thanks delormemarco@gmail.com for the report.
-
Aymeric Augustin yazdı
Thanks void.
-
Ramiro Morales yazdı
-
Aymeric Augustin yazdı
Thanks Russell for the report.
-
Aymeric Augustin yazdı
Refs #19201.
-
Aymeric Augustin yazdı
loads has no way to tell if it should provide text or bytes to the serializer; bytes are more reasonnable for a serialized representation, and are the only option for pickled data. dumps can perform conversions on the value it receives from the serializer; but for consistency it seems better to require bytes too. The current code would cause an exception when loading pickled session data. See next commit. Also fixed a bug when checking for compressed data.
-
Anssi Kääriäinen yazdı
There was a potential data-loss issue involved -- when clearing instance's m2m assignments it was possible some other instance's m2m data was deleted instead. This commit also improved None handling for to_field cases.
-
Aymeric Augustin yazdı
Thanks stumbles for the patch.
-
Aymeric Augustin yazdı
-
Aymeric Augustin yazdı
Thanks lrekucki for the report.
-
Aymeric Augustin yazdı
* Prevented stale session files from being loaded * Added removal of stale session files in django-admin.py clearsessions Thanks ej for the report, crodjer and Elvard for their inputs.
-
- 27 Eki, 2012 12 kayıt (commit)
-
-
Aymeric Augustin yazdı
These tests are expected to fail for the file session backend because it doesn't handle expiry properly. They didn't because of an error in the test setup sequence. Refs #19200, #18194.
-
Aymeric Augustin yazdı
This change allows for cleaner tests: we can test the exact output. Refs #18194: this change makes it possible to compute session expiry dates at times other than when the session is saved. Fixed #18458: the existence of the `modification` kwarg implies that you must pass it to get_expiry_age/date if you call these functions outside of a short request - response cycle (the intended use case).
-
Claude Paroz yazdı
-
Florian Apolloner yazdı
Thanks to Berker Peksag for the patch.
-
Aymeric Augustin yazdı
Also did a little bit of cleanup.
-
Aymeric Augustin yazdı
This removes a dependency of 'core' on 'contrib'.
-
Anssi Kääriäinen yazdı
-
Anssi Kääriäinen yazdı
-
Anssi Kääriäinen yazdı
-
Anssi Kääriäinen yazdı
-
Anssi Kääriäinen yazdı
-
Ramiro Morales yazdı
-
- 26 Eki, 2012 1 kayıt (commit)
-
-
Anssi Kääriäinen yazdı
The Query.select and Query.select_fields were collapsed into one list because the attributes had to be always in sync. Now that they are in one attribute it is impossible to edit them out of sync. Similar collapse was done for Query.related_select_cols and Query.related_select_fields.
-