summaryrefslogtreecommitdiff
path: root/django
AgeCommit message (Expand)Author
2013-02-08Removed unneeded imports in db.models initClaude Paroz
2013-02-08Fixed #19779 -- Checked contrib.sites presence in RedirectFallbackMiddlewareClaude Paroz
2013-02-08Moved import in db.backends.creationClaude Paroz
2013-02-07Fixed #19662 -- alter auth modelbackend to accept custom username fieldsPreston Holmes
2013-02-07Fixed #19772 -- Handled APPEND_SLASH correctly in the redirects app.Aymeric Augustin
2013-02-07Fixed #13085 -- Don't fail on creation of model with GFK to a model with __le...Ramiro Morales
2013-02-07Updated createsuperuser to use unicode_literals. Refs #19757.Florian Apolloner
2013-02-07Fixed #15808 -- Added optional HttpOnly flag to the CSRF Cookie.Aymeric Augustin
2013-02-06Fixed #19704 -- Make use of new ungettext_lazy function at appropriate placesAlexey Boriskin
2013-02-06Improved regex in strip_tagsClaude Paroz
2013-02-06Fixed #9800 -- Allow "isPermaLink" attribute in <guid> element of an RSS item.Simon Charette
2013-02-06Fixed #19745 -- Forced resolution of verbose names in createsupersuserClaude Paroz
2013-02-05Fixed #17683 -- Make sure `BaseModelFormSet` respects defined widgets.Simon Charette
2013-02-05Fixed #19689 -- Renamed `Model._meta.module_name` to `model_name`.Simon Charette
2013-02-04Fixed #19729 -- Removed leftover refactoring helper variables.Ramiro Morales
2013-02-04Fixed #17061 -- Factored out importing object from a dotted pathClaude Paroz
2013-02-04Simplified default project template.Aymeric Augustin
2013-02-04Enhanced docs and docctrings added in 869c9ba.Ramiro Morales
2013-02-04Revert "Fixed #19724 -- Output error when settings are improperly configured"Claude Paroz
2013-02-04Fixed #19724 -- Output error when settings are improperly configuredClaude Paroz
2013-02-04Fixed #19725 -- Made createsuperuser handle non-ascii promptsClaude Paroz
2013-02-04Fixed #19653 -- Removed `Manager.get_empty_query_set`.Simon Charette
2013-02-03Fixed #19730 -- Don't validate importability of settings by using i18n in man...Ramiro Morales
2013-02-02Fixed #17797 -- Enabled support for PATCH requests in the dummy test client. ...Julien Phalip
2013-02-02Fixed #14305 -- Switched inspectdb to create unmanaged models.Ramiro Morales
2013-02-02Fixed #19333 -- Moved compress.py outside of the admin static folder. Thanks ...Julien Phalip
2013-02-02Fixed #19445 -- Skip admin fieldsets validation when the ModelAdmin.get_form(...Nick Sandford
2013-02-02Lowered field ordering requirement in ogrinspect testClaude Paroz
2013-02-02Added missing parentheses in if clauseClaude Paroz
2013-02-02Fixed #18144 -- Added backwards compatibility with old unsalted MD5 passwordsClaude Paroz
2013-02-02Made ungettext_lazy usable for messages that do not contain the count.Aymeric Augustin
2013-02-01Fixed #19663 -- Allowed None in colorize() text parameterClaude Paroz
2013-02-01Avoided ambiguous output when runserver port is already in use.Aymeric Augustin
2013-02-01Merge pull request #334 from dlo/tickets/18755Aymeric Augustin
2013-02-01Fixed #19715 -- Simplified findstatic output when verbosity set to 0Matt Robenolt
2013-02-01Set bigger maxDiff for ogrinspect testsClaude Paroz
2013-01-31Fixed dict randomization issue in inspectdbClaude Paroz
2013-01-31Fixed #19341 -- Detected NullBooleanField when introspecting modelsClaude Paroz
2013-01-31Fixed #19709 -- Fixed TimeField introspection on MySQLClaude Paroz
2013-01-31Added introspection tests for most of Django model fieldsClaude Paroz
2013-01-31Merge pull request #690 from rafales/ticket_19711Aymeric Augustin
2013-01-31Fixed #19711 -- Typo in __all__ declaration in django/test/simple.pyRafal Stozek
2013-01-31Deprecated undocumented warnings manipulation testing tools.Ramiro Morales
2013-01-31Fixed #19708 -- Exception in timezone.override(None).Aymeric Augustin
2013-01-31Fixed #19692 -- Completed deprecation of mimetype in favor of content_type.Aymeric Augustin
2013-01-30Merge pull request #686 from skrr/ticket_19703Claude Paroz
2013-01-30Fixed #19034 -- Added proper i18n pluralization for max/min length validation...Claude Paroz
2013-01-30Fixed #19076 -- Added content_type attribute to TemplateView.Aymeric Augustin
2013-01-30Fixed #19160 -- Made lazy plural translations usable.Aymeric Augustin
2013-01-30fixed minor typo #19703Simon Kerr