- 08 Haz, 2015 7 kayıt (commit)
-
-
Marten Kenbeek yazdı
Made URL application namespaces be set in the included URLconf and instance namespaces in the call to include(). Deprecated other ways to set application and instance namespaces.
-
Raphael Michel yazdı
-
Marissa Zhou yazdı
Also moved it in the project template.
-
Tim Graham yazdı
-
Alasdair Nicol yazdı
-
Tim Graham yazdı
-
Matthew Schinckel yazdı
The spirit of the docstring was correct, but referred to an outdated version of the function.
-
- 07 Haz, 2015 3 kayıt (commit)
-
-
Trey Hunner yazdı
-
Erik Romijn yazdı
-
David Bannon yazdı
Changed _session_key attribute to a property and implemented basic validation in the setter. The session key must be 'truthy' and at least 8 characters long. Otherwise, the value is set to None.
-
- 06 Haz, 2015 18 kayıt (commit)
-
-
Cole Maclean yazdı
For consistency with AutoField.
-
Sergei Maertens yazdı
If `'loaders'` is present in the `TEMPLATES` options together with `APP_DIRS` set to `True`, the template engine raises an exception. This conflict is now detected by the system check templates.E001.
-
Markus Amalthea Magnuson yazdı
-
Tomasz Kontusz yazdı
-
Sagar Mittal yazdı
adapt and ProgrammingError are both available on the sqlite3 module. There's no need to import the internal _sqlite3 module.
-
Marten Kenbeek yazdı
Set ResolverMatch.app_name to the full path of nested application namespaces.
-
Alasdair Nicol yazdı
Clarified docs to say that a non-unique USERNAME_FIELD is permissable as long as the custom auth backend can support it.
-
Matthew Somerville yazdı
This also speeds up for loops that render the same template multiple times.
-
Andriy Sokolovskiy yazdı
-
Andriy Sokolovskiy yazdı
-
Mark Henwood yazdı
-
Marc Tamlyn yazdı
Fixed #24937 -- fix serialization of Date(Time)RangeField.
-
Markus Amalthea Magnuson yazdı
-
Matthew Somerville yazdı
-
Matthew Somerville yazdı
Note this means the serialization of e.g. IntegerRangeField now has strings for lower and upper, so use to_python when they came back in (same behaviour as ArrayField, hopefully, from where I also got the set_attributes_from_name function).
-
Claude Paroz yazdı
-
Marc Tamlyn yazdı
Added Markus Amalthea Magnuson to AUTHORS.
-
Markus Amalthea Magnuson yazdı
Made some contributions in the past, seems like I never got around to adding myself :) https://github.com/django/django/commits?author=alimony
-
- 05 Haz, 2015 12 kayıt (commit)
-
-
Matthew Somerville yazdı
Use the DjangoJSONEncoder so that datetime and date are encoded appropriately.
-
Sylvain Fankhauser yazdı
Thanks brycenesbitt for the patch.
-
Mark Lavin yazdı
-
Marten Kenbeek yazdı
Fixed reverse() to correctly handled nested namespace lookups in current_app.
-
Tim Graham yazdı
-
Andriy Sokolovskiy yazdı
Partial forwardport of 469f1e36 from stable/1.8.x as the issue was already fixed in master.
-
Yamila Moreno yazdı
-
Matthew Somerville yazdı
-
Tim Graham yazdı
-
Russell Keith-Magee yazdı
-
Ian Foote yazdı
Add warning for using Coalesce with python values on MySQL and document workaround.
-
Ian Foote yazdı
Greatest and Least are row-level Function versions of Min and Max.
-