summaryrefslogtreecommitdiff
path: root/django/contrib
AgeCommit message (Expand)Author
2011-10-19Fixed #16393 -- FormWizard's cookie storage backend now works with all versio...Alex Gaynor
2011-10-18Remove comments referencing encryption. Django doesn't do encryption.Paul McMillan
2011-10-18Remove all relative imports. We have always been at war with relative imports.Alex Gaynor
2011-10-17Remove a great many of the remaining relative imports.Alex Gaynor
2011-10-17Remove several more relative imports.Alex Gaynor
2011-10-17Fixed #17057 -- Corrected flatpage url uniqueness validation to account for f...Carl Meyer
2011-10-16Fixed a test that was broken at r16978. Refs #17055.Aymeric Augustin
2011-10-16Fixed #15221 -- Made the admin filters on foreign key and m2m relationships d...Julien Phalip
2011-10-14Remove the usage of deprecated function in Django. Also simplify the fallback...Alex Gaynor
2011-10-13Fixed #16906 -- Format datetimes with str/unicode instead of strftime where p...Aymeric Augustin
2011-10-13Fixed a padding issue in admin tabular inline headers.Julien Phalip
2011-10-13Fixed #16776 -- Fixed a regression introduced in r16415 which caused Django's...Julien Phalip
2011-10-12Introduce `ContentType.objects.get_for_models(*models)` and use it in the the...Alex Gaynor
2011-10-12Convert the contettypes tests to use self.assertNumQueries, rather than hand ...Alex Gaynor
2011-10-10Fixed #9460 -- Added template blocks for submit buttons rows in admin app mod...Ramiro Morales
2011-10-10Fixed #16371 -- Added a prefix "field-" to all CSS class names automatically ...Julien Phalip
2011-10-09Fixed #17019 -- Fixed a minor margin issue in multi-field admin form rows for...Julien Phalip
2011-10-08More efficient IN clauses for prefetch_related queries by use of sets to elim...Luke Plant
2011-10-07Fixed #17003 - prefetch_related should support foreign keys/one-to-oneLuke Plant
2011-10-07Fixed #14678 -- Added validation to catch flatpages with the same URL on the ...Carl Meyer
2011-10-07Fixed #8060 - Added permissions-checking for admin inlines. Thanks p.patruno ...Carl Meyer
2011-10-05Fixed #16937 - added `QuerySet.prefetch_related` to prefetch many related obj...Luke Plant
2011-10-05Fixed #16987 -- Improved error message for session tests. Thanks jMyles and D...Paul McMillan
2011-09-29Made GenericRelatedObjectManager consistent with other related managers w.r.t...Luke Plant
2011-09-29Cleanups to related manager code, especially in use of closures.Luke Plant
2011-09-26Removed unused parameter 'join_table' in various bits of RelatedManager codeLuke Plant
2011-09-26Fixed #16597 -- Added Sphinx cross-reference metadata to the form wizard docs...Ramiro Morales
2011-09-24Fixed #16789 -- Added names to URLs in convenience contrib.auth urls.py.Ramiro Morales
2011-09-24Fixed a regression introduced in r16897. Thanks to Julien for the eagle eyes ...Jannis Leidel
2011-09-24Simplified the admin changelist multi-sort interface specifically by removing...Julien Phalip
2011-09-23Removed unused code from admindocs app now that it supports reversing URLs.Ramiro Morales
2011-09-23Fixed #16878 -- Improved intword filter to support numbers up to decillion an...Jannis Leidel
2011-09-23Fixed #16917 -- Don't try to use the model name for a ContentType's unicode r...Carl Meyer
2011-09-22Fixed #16912 -- Fixed breadcrumb styling in a couple of admin pages, broken s...Ramiro Morales
2011-09-22Fixed #16565 -- Fixed a databrowse error on null foreign key, even though dat...Paul McMillan
2011-09-22Fixed #16837 -- Improved error message for admin login.Paul McMillan
2011-09-22Fixed #16907 -- Deprecate databrowse.Paul McMillan
2011-09-21Fixed #16353 -- don't try to create Site objects on all databases. Refs #1557...Carl Meyer
2011-09-21Fixed #16703 -- Raise an exception if the storage location of the DefaultStor...Jannis Leidel
2011-09-21Fixed the relative static file resolution of the CachedStaticFilesStorage bac...Jannis Leidel
2011-09-21Fixed #16838 -- Corrected broken add-another inline JS in admin with related_...Carl Meyer
2011-09-20Converted internal link generation in the admin and admin document generator ...Ramiro Morales
2011-09-19Fixed #16659 -- Made the admin's date drilldown links in the changelist have ...Julien Phalip
2011-09-18Updated geoadmin tests to reflect that OSM js is no longer required as of r16...Justin Bronn
2011-09-17OpenLayers has had built-in OSM support since 2.10, no need for extra JS.Justin Bronn
2011-09-17Updated the geographic admin to use OpenLayers 2.11.Justin Bronn
2011-09-17Fixed #15277 -- Cleaned up `ogrinspect` command, added tests and extended sup...Justin Bronn
2011-09-16Fixed #16864 -- WKT regex now allows negative SRIDs. Thanks, Marcel Dancak f...Justin Bronn
2011-09-16Fixed #16803 -- Use model verbose_name directly as ContentType unicode repres...Carl Meyer
2011-09-16Reverted the change in r16683, which, while fixing an alignment issue in IE7 ...Julien Phalip