- 29 Ock, 2012 1 kayıt (commit)
-
-
Aymeric Augustin yazdı
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17407 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-
- 28 Ock, 2012 7 kayıt (commit)
-
-
Aymeric Augustin yazdı
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17406 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-
Aymeric Augustin yazdı
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17405 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-
Aymeric Augustin yazdı
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17404 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-
Aymeric Augustin yazdı
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17403 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-
Aymeric Augustin yazdı
Fixed #12972 -- Validated that flatpages URLs start and (when appropriate) end with a slash. Thanks jabapyth, claudep and kmtracey. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17402 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-
Aymeric Augustin yazdı
Fixed #12099 -- Prevented admindocs from crashing when an application that provides template tags libraries is packaged as an egg. These libraries will be ignored. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17401 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-
Adrian Holovaty yazdı
Made a tiny performance improvement in the template system's Parser.parse() -- don't look up the global variables TOKEN_TEXT, etc. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17400 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-
- 27 Ock, 2012 2 kayıt (commit)
-
-
Adrian Holovaty yazdı
Made a small optimization to the template lexer. There's no need to calculate the len of VARIABLE_TAG_START, et al, each time we create a token. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17399 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-
Aymeric Augustin yazdı
Fixed #15828 -- Removed explicit implementation of empty setUp / tearDown methods. Backport of http://hg.python.org/unittest2/rev/3d33f92496fa. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17398 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-
- 25 Ock, 2012 2 kayıt (commit)
-
-
Julien Phalip yazdı
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17396 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-
Ramiro Morales yazdı
Thanks Jannis for the report. Fixes #17588. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17394 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-
- 24 Ock, 2012 4 kayıt (commit)
-
-
Jannis Leidel yazdı
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17393 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-
Jannis Leidel yazdı
Fixed #17580 -- Made sure datetime.date instances are correctly handled when being passed to a DateTimeField fields and the timezone support is enabled by making it aware using the default timezone. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17392 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-
Julien Phalip yazdı
Fixed #15092 -- Made `{% now %}` work with single-quoted string arguments. Thanks to ninja_otoko for the report and to steveire, Aymeric Augustin and Claude Paroz for the patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17391 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-
Julien Phalip yazdı
Fixed #17506 -- Did a minor optimization in the sessions' database backend. Thanks to FunkyBob for the report and patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17390 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-
- 23 Ock, 2012 1 kayıt (commit)
-
-
Ramiro Morales yazdı
This will allow to solve the i18n of such labels in a more holistic way without the need to introduce temporary, undocumented mechanisms to translate them. Refs #3591, #10436 git-svn-id: http://code.djangoproject.com/svn/django/trunk@17389 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-
- 22 Ock, 2012 1 kayıt (commit)
-
-
Aymeric Augustin yazdı
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17387 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-
- 21 Ock, 2012 3 kayıt (commit)
-
-
Aymeric Augustin yazdı
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17385 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-
Aymeric Augustin yazdı
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17384 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-
Aymeric Augustin yazdı
Fixed #10139 -- Clarified that slicing an evaluated QuerySet returns a list, not a QuerySet. Thanks ori for the patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17383 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-
- 20 Ock, 2012 1 kayıt (commit)
-
-
Aymeric Augustin yazdı
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17382 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-
- 19 Ock, 2012 3 kayıt (commit)
-
-
Alex Gaynor yazdı
Clean up the form's code a little bit, to make it more consistantly go through one code path. Patch from Travis Swicegood. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17381 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-
Jacob Kaplan-Moss yazdı
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17379 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-
Ramiro Morales yazdı
Also, made usage of the `filter` template tag consistent in some breadcrumbs elements across the different admin templates. Fixes #10436. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17378 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-
- 15 Ock, 2012 5 kayıt (commit)
-
-
Jannis Leidel yazdı
Fixed #17468 -- Made sure the project/app template management command tests correctly handle an existing directory on Windows. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17377 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-
Ramiro Morales yazdı
Thanks to rowynm AT gmail DOT com for the report and to Claude Paroz for the patch. Fixes #17543. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17376 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-
Ramiro Morales yazdı
Thanks to Anton Chaporgin for the report and to Claude Paroz for the patch. Fixes #14964. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17375 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-
Ramiro Morales yazdı
when passed list of things that aren't dictionaries. Thanks Harris Lapiroff for the report and Daniel Barreto for the patch. Fixes #15652. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17374 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-
Ramiro Morales yazdı
This make them consistent with the similar capability of regular formsets. Thanks to simon29 form the report and to Claude Paroz for the patch. Fixes #14574. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17373 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-
- 14 Ock, 2012 1 kayıt (commit)
-
-
Luke Plant yazdı
Fixed #17530 - Fixture loading with deferred constraints broken for Postgres for fixtures from multiple dirs/files Thanks to claudep for the review. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17372 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-
- 13 Ock, 2012 1 kayıt (commit)
-
-
Adrian Holovaty yazdı
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17371 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-
- 12 Ock, 2012 2 kayıt (commit)
-
-
Carl Meyer yazdı
Fixed #17538 -- corrected the section in tutorial 3 about the handler404 default. Thanks matt at brozowski dot com for the report. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17369 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-
Aymeric Augustin yazdı
Fixed #6669 -- Ensured database connections are marked as dirty by CursorDebugWrapper.execute/executemany. Refs #9964. Thanks james at 10gic net for the report and Claude Paroz for the patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17368 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-
- 11 Ock, 2012 1 kayıt (commit)
-
-
Luke Plant yazdı
Thanks to datakid for the report git-svn-id: http://code.djangoproject.com/svn/django/trunk@17367 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-
- 10 Ock, 2012 1 kayıt (commit)
-
-
Paul McMillan yazdı
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17366 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-
- 09 Ock, 2012 1 kayıt (commit)
-
-
Aymeric Augustin yazdı
Fixed #10762, #17514 -- Prevented the GZip middleware from returning a response longer than the original content, allowed compression of non-200 responses, and added tests (there were none). Thanks cannona for the initial patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17365 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-
- 08 Ock, 2012 3 kayıt (commit)
-
-
Aymeric Augustin yazdı
Reverted parts of r17359 that could cause false positives in URL detection, especially on file names. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17364 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-
Aymeric Augustin yazdı
Fixed #17300 -- Prevented createcachetable from crashing when the cache table already exists. Thanks Claude Paroz. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17363 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-
Aymeric Augustin yazdı
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17362 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-