index
:
chango.git
devmain
fix-31295
initial-branch
main
refs-37159
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
Age
Commit message (
Expand
)
Author
2011-10-20
Removed a small useless piece of code from `contrib.auth`.
Julien Phalip
2011-10-19
Fixed #14806 -- Added support for contextual translations to the `trans` and ...
Julien Phalip
2011-10-19
Fixed #16393 -- FormWizard's cookie storage backend now works with all versio...
Alex Gaynor
2011-10-18
Remove comments referencing encryption. Django doesn't do encryption.
Paul McMillan
2011-10-18
Fixed #17067 -- reverted some backwards-incompatible changes from r16933 and ...
Aymeric Augustin
2011-10-18
Remove all relative imports. We have always been at war with relative imports.
Alex Gaynor
2011-10-17
Remove a great many of the remaining relative imports.
Alex Gaynor
2011-10-17
Remove several more relative imports.
Alex Gaynor
2011-10-17
Remove more relative imports (I will kill them all).
Alex Gaynor
2011-10-17
remove some relative imports from django
Alex Gaynor
2011-10-17
Fixed #17057 -- Corrected flatpage url uniqueness validation to account for f...
Carl Meyer
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 was broken at r16978. Refs #17055.
Aymeric Augustin
2011-10-16
Fixed #15221 -- Made the admin filters on foreign key and m2m relationships d...
Julien Phalip
2011-10-14
Fixed #12308 -- Added tablespace support to the PostgreSQL backend.
Aymeric Augustin
2011-10-14
Remove the usage of deprecated function in Django. Also simplify the fallback...
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
Fixed #16918 -- Ensured that custom querysets are used when provided to `Base...
Julien Phalip
2011-10-13
Fixed a couple of `assert` syntax warnings mistakingly introduced in r16966 a...
Julien Phalip
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 #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
Simplify some code to have one loop, rather than two.
Alex Gaynor
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
Fixed #16371 -- Added a prefix "field-" to all CSS class names automatically ...
Julien Phalip
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
More efficient IN clauses for prefetch_related queries by use of sets to elim...
Luke Plant
2011-10-08
Fixed #17011 - Made override_settings modify a decorated class in-place rathe...
Carl Meyer
2011-10-07
Fixed #17014 - added protection against infinite recursion.
Luke Plant
2011-10-07
Fixed #17003 - prefetch_related should support foreign keys/one-to-one
Luke Plant
2011-10-07
Fixed #14678 -- Added validation to catch flatpages with the same URL on the ...
Carl Meyer
2011-10-07
Fixed #17012 - Removed references to the 'hasNoProfanities' validator. Refs #...
Aymeric Augustin
2011-10-07
Fixed #8060 - Added permissions-checking for admin inlines. Thanks p.patruno ...
Carl Meyer
2011-10-06
Fixed #16705 - Made the test client adhere to the WSGI spec -- in particular,...
Aymeric Augustin
2011-10-06
Removed ForeignRelatedObjectsDescriptor.RelatedManager.delete_manager, which ...
Luke Plant
2011-10-05
Fixed #16937 - added `QuerySet.prefetch_related` to prefetch many related obj...
Luke Plant
2011-10-05
Fixed #16902 - select_related() results in a poor perfomance
Luke Plant
2011-10-05
Fixed #16990 -- Fixed a couple of small docstring typos in the `django/test/t...
Julien Phalip
2011-10-05
Very small docstring correction.
Luke Plant
2011-10-05
Fixed #16987 -- Improved error message for session tests. Thanks jMyles and D...
Paul McMillan
2011-10-04
Fixed #16971 - Made the parsing of javascript files by 'makemessages' much fa...
Aymeric Augustin
2011-10-02
Fixed #10841 -- Switched response served when DEBUG=True and request.is_ajax(...
Ramiro Morales
2011-09-30
Fixed #16935 - misleading message if AttributeError escapes during SimpleTemp...
Luke Plant
[prev]
[next]