index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2011-10-16
Fixed #17056 -- Tweaked insert SQL clause generation so a corner case doesn't...
Ramiro Morales
2011-10-16
Fixed a test that relied on the database to reject invalid data; MySQL doesn'...
Aymeric Augustin
2011-10-16
Fixed multiple database tests that broke foreign keys constraints. Refs #17055.
Aymeric Augustin
2011-10-16
Fixed a test that depended on how identifiers are quoted by the database back...
Aymeric Augustin
2011-10-16
Fixed a test that was broken at r16978. Refs #17055.
Aymeric Augustin
2011-10-16
Made an `AutoField` test more robust.
Julien Phalip
2011-10-16
Fixed #15221 -- Made the admin filters on foreign key and m2m relationships d...
Julien Phalip
2011-10-15
Modified the tablespaces tests so that they no longer rely on settings.DEFAUL...
Aymeric Augustin
2011-10-15
Ensured that the feeds framework supports both datetimes and dates. Refs #4076.
Aymeric Augustin
2011-10-15
Fixed a test failure introduced at r16987. Refs #12308.
Aymeric Augustin
2011-10-14
Fixed #12308 -- Added tablespace support to the PostgreSQL backend.
Aymeric Augustin
2011-10-14
Switch several assertNumQueries to use the context manager, which is much mor...
Alex Gaynor
2011-10-14
Remove the usage of deprecated function in Django. Also simplify the fallback...
Alex Gaynor
2011-10-14
Fixed ReST indentation errors introduced in [16983]. Grr.
Luke Plant
2011-10-14
Fixed many more ReST indentation errors, somehow accidentally missed from [16...
Luke Plant
2011-10-13
Fix a Python 2.5-ism.
Alex Gaynor
2011-10-13
Convert the remainder of the relative imports in the tests to be absolute imp...
Alex Gaynor
2011-10-13
Fixed #16899 -- Backported the fix for http://bugs.python.org/issue9063 and a...
Aymeric Augustin
2011-10-13
Fixed #16923 -- Removed unused method in the serialization code.
Aymeric Augustin
2011-10-13
Fixed #16906 -- Format datetimes with str/unicode instead of strftime where p...
Aymeric Augustin
2011-10-13
Fix the dispatch tests on python 2.5
Alex Gaynor
2011-10-13
Convert much of the regression tests to use absolute imports. There's still ...
Alex Gaynor
2011-10-13
Convert all modeltests to use absolute imports, rather than relative ones.
Alex Gaynor
2011-10-13
Fixed #16918 -- Ensured that custom querysets are used when provided to `Base...
Julien Phalip
2011-10-13
Remove a handful of `import *` from the tests.
Alex Gaynor
2011-10-13
Fixed #7609 -- Noted in the model fields reference documentation that `Positi...
Julien Phalip
2011-10-13
Fixed a couple of `assert` syntax warnings mistakingly introduced in r16966 a...
Julien Phalip
2011-10-13
Added note to tutorial part #2 about possible mismatch with the Django versio...
Ramiro Morales
2011-10-13
Removed a couple of notes associated with deprecated utilities from the local...
Ramiro Morales
2011-10-13
Fixed a padding issue in admin tabular inline headers.
Julien Phalip
2011-10-13
Fixed #16776 -- Fixed a regression introduced in r16415 which caused Django's...
Julien Phalip
2011-10-13
Fixed #12467 -- Made the model data validation for `DateField` and `DateTimeF...
Julien Phalip
2011-10-13
Fixed a missed typo in the 1.4 release notes. Oops.
Carl Meyer
2011-10-13
Fixed #15372 -- Switched to a startproject default layout that allows us to a...
Carl Meyer
2011-10-12
Introduce `ContentType.objects.get_for_models(*models)` and use it in the the...
Alex Gaynor
2011-10-12
Convert the contettypes tests to use self.assertNumQueries, rather than hand ...
Alex Gaynor
2011-10-11
Fixed #17035, #17036 -- Clarified documentation regarding TemplateResponse an...
Carl Meyer
2011-10-11
Fixed some tests from r16934 to be auto-id-independent.
Carl Meyer
2011-10-11
Simplify some code to have one loop, rather than two.
Alex Gaynor
2011-10-11
Corrected a reST formatting problem in the queryset reference docs.
Gabriel Hurley
2011-10-11
Change some string literals to be unicode, because:
Alex Gaynor
2011-10-10
Fixed #9460 -- Added template blocks for submit buttons rows in admin app mod...
Ramiro Morales
2011-10-10
Removed use of non-standard indentation rules in docs, and the custom transfo...
Luke Plant
2011-10-10
Fixed a bunch of ReST errors that resulted in interpretation as block quotations
Luke Plant
2011-10-10
Fixed #16371 -- Added a prefix "field-" to all CSS class names automatically ...
Julien Phalip
2011-10-10
Made fix for quote characters with SmartPants + parsed literal blocks conditi...
Ramiro Morales
2011-10-09
Fixed #17019 -- Fixed a minor margin issue in multi-field admin form rows for...
Julien Phalip
2011-10-08
Fixed #16873 - Added dummy database backend in default settings, so that just...
Carl Meyer
2011-10-08
Fixed some ReST errors in docs.
Luke Plant
2011-10-08
More efficient IN clauses for prefetch_related queries by use of sets to elim...
Luke Plant
[prev]
[next]