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
path:
root
/
django
/
contrib
Age
Commit message (
Expand
)
Author
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
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
Fixed #17057 -- Corrected flatpage url uniqueness validation to account for f...
Carl Meyer
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
Remove the usage of deprecated function in Django. Also simplify the fallback...
Alex Gaynor
2011-10-13
Fixed #16906 -- Format datetimes with str/unicode instead of strftime where p...
Aymeric Augustin
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-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-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
More efficient IN clauses for prefetch_related queries by use of sets to elim...
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 #8060 - Added permissions-checking for admin inlines. Thanks p.patruno ...
Carl Meyer
2011-10-05
Fixed #16937 - added `QuerySet.prefetch_related` to prefetch many related obj...
Luke Plant
2011-10-05
Fixed #16987 -- Improved error message for session tests. Thanks jMyles and D...
Paul McMillan
2011-09-29
Made GenericRelatedObjectManager consistent with other related managers w.r.t...
Luke Plant
2011-09-29
Cleanups to related manager code, especially in use of closures.
Luke Plant
2011-09-26
Removed unused parameter 'join_table' in various bits of RelatedManager code
Luke Plant
2011-09-26
Fixed #16597 -- Added Sphinx cross-reference metadata to the form wizard docs...
Ramiro Morales
2011-09-24
Fixed #16789 -- Added names to URLs in convenience contrib.auth urls.py.
Ramiro Morales
2011-09-24
Fixed a regression introduced in r16897. Thanks to Julien for the eagle eyes ...
Jannis Leidel
2011-09-24
Simplified the admin changelist multi-sort interface specifically by removing...
Julien Phalip
2011-09-23
Removed unused code from admindocs app now that it supports reversing URLs.
Ramiro Morales
2011-09-23
Fixed #16878 -- Improved intword filter to support numbers up to decillion an...
Jannis Leidel
2011-09-23
Fixed #16917 -- Don't try to use the model name for a ContentType's unicode r...
Carl Meyer
2011-09-22
Fixed #16912 -- Fixed breadcrumb styling in a couple of admin pages, broken s...
Ramiro Morales
2011-09-22
Fixed #16565 -- Fixed a databrowse error on null foreign key, even though dat...
Paul McMillan
2011-09-22
Fixed #16837 -- Improved error message for admin login.
Paul McMillan
2011-09-22
Fixed #16907 -- Deprecate databrowse.
Paul McMillan
2011-09-21
Fixed #16353 -- don't try to create Site objects on all databases. Refs #1557...
Carl Meyer
2011-09-21
Fixed #16703 -- Raise an exception if the storage location of the DefaultStor...
Jannis Leidel
2011-09-21
Fixed the relative static file resolution of the CachedStaticFilesStorage bac...
Jannis Leidel
2011-09-21
Fixed #16838 -- Corrected broken add-another inline JS in admin with related_...
Carl Meyer
2011-09-20
Converted internal link generation in the admin and admin document generator ...
Ramiro Morales
2011-09-19
Fixed #16659 -- Made the admin's date drilldown links in the changelist have ...
Julien Phalip
2011-09-18
Updated geoadmin tests to reflect that OSM js is no longer required as of r16...
Justin Bronn
2011-09-17
OpenLayers has had built-in OSM support since 2.10, no need for extra JS.
Justin Bronn
2011-09-17
Updated the geographic admin to use OpenLayers 2.11.
Justin Bronn
2011-09-17
Fixed #15277 -- Cleaned up `ogrinspect` command, added tests and extended sup...
Justin Bronn
2011-09-16
Fixed #16864 -- WKT regex now allows negative SRIDs. Thanks, Marcel Dancak f...
Justin Bronn
2011-09-16
Fixed #16803 -- Use model verbose_name directly as ContentType unicode repres...
Carl Meyer
2011-09-16
Reverted the change in r16683, which, while fixing an alignment issue in IE7 ...
Julien Phalip
[prev]
[next]