- 28 Eki, 2012 9 kayıt (commit)
-
-
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 13 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.
-
Aymeric Augustin yazdı
Thanks clelland for the patch.
-
Aymeric Augustin yazdı
-
Aymeric Augustin yazdı
-
Claude Paroz yazdı
Thanks Dan Fairs for the report and the initial patch.
-
Claude Paroz yazdı
Thanks spleeyah for the report.
-
Luke Plant yazdı
-
Luke Plant yazdı
Refs #19038
-
Luke Plant yazdı
Refs #19038.
-
Ian Clelland yazdı
-
Ian Clelland yazdı
-
Ian Clelland yazdı
Since http://bugs.python.org/issue2193 has been resolved in favour of the colon in cookie names, we need to test invalid cookie removal using a different character. "@" is still considered invalid by all sources.
-
Ian Clelland yazdı
-
- 25 Eki, 2012 6 kayıt (commit)
-
-
Luke Plant yazdı
Thanks to clelland for the report.
-
Luke Plant yazdı
Thanks to homm for the report and ramiro for the patch.
-
Tim Graham yazdı
-
Preston Holmes yazdı
Fixed typo in docs/releases/1.5.txt
-
Tim Graham yazdı
-
Aymeric Augustin yazdı
Refs #17758.
-