- 22 Mar, 2015 1 kayıt (commit)
-
-
Josh Smeaton yazdı
-
- 21 Mar, 2015 9 kayıt (commit)
-
-
Claude Paroz yazdı
This reverts commit e0cc36f6. The problem is the following: * With non-gis backends, gis_tests sub apps are not discovered (see runtests.py) * Consequently, the app_label is inferred from the gis_tests AppConfig * Then models with same names in different sub apps conflict because of same model_name/app_label pair.
-
Claude Paroz yazdı
-
Pakal yazdı
-
Jon Dufresne yazdı
-
Jon Dufresne yazdı
-
Aymeric Augustin yazdı
-
Alex Hill yazdı
-
Alex Hill yazdı
Table alterations in SQLite require creating a new table and copying data over from the old one. This change ensures that no Django model ever exists with the temporary table name as its db_table attribute.
-
Claude Paroz yazdı
-
- 20 Mar, 2015 14 kayıt (commit)
-
-
Karl Hobley yazdı
-
Tim Graham yazdı
-
David Seddon yazdı
-
Moritz Sichert yazdı
-
Moritz Sichert yazdı
-
Claude Paroz yazdı
Thanks aruseni for the report.
-
Claude Paroz yazdı
-
Daniel Wiesmann yazdı
Thanks to Bas Peschier for pointing this out. Refs #23804.
-
Tim Graham yazdı
-
Tim Graham yazdı
-
Tim Graham yazdı
Thanks Pakal and Claude.
-
Loek van Gent yazdı
-
Preston Timmons yazdı
This patch does three major things: * Merges the django.template.debug implementation into django.template.base. * Simplifies the debug implementation. The old implementation copied debug information to every token and node. The django_template_source attribute was set in multiple places, some quite hacky, like django.template.defaulttags.ForNode. Debug information is now annotated in two high-level places: * Template.compile_nodelist for errors during parsing * Node.render_annotated for errors during rendering These were chosen because they have access to the template and context as well as to all exceptions that happen during either the parse or render phase. * Moves the contextual line traceback information creation from django.views.debug into django.template.base.Template. The debug views now only deal with the presentation of the debug information.
-
Yair Chuchem yazdı
-
- 19 Mar, 2015 3 kayıt (commit)
-
-
Loek van Gent yazdı
-
Jon Walsh yazdı
-
Tim Graham yazdı
-
- 18 Mar, 2015 13 kayıt (commit)
-
-
Tim Graham yazdı
This is a security fix; disclosure to follow shortly.
-
Tim Graham yazdı
This is a security fix; disclosure to follow shortly.
-
Tim Graham yazdı
-
Karl Hobley yazdı
-
Tim Graham yazdı
-
Claude Paroz yazdı
Thanks Tim Graham for the review.
-
Tim Graham yazdı
-
Claude Paroz yazdı
Thanks Carl Meyer for the report and Tim Graham for the review.
-
Bas Peschier yazdı
Tests were using an undocumented keyword argument for easily overriding script prefix while reversing. This is now changed into a test utility which can be used as decorator or context manager.
-
Moritz Sichert yazdı
-
Claude Paroz yazdı
Strings are frozen in anticipation of the Django 1.8 release. Forward port of 1cd2584c from stable/1.8.x
-
Claude Paroz yazdı
The only one translatable string will be handled in the core catalog. Forward port of 1bb712d7 from stable/1.8.x
-
Tim Graham yazdı
-