summaryrefslogtreecommitdiff
path: root/docs/releases
AgeCommit message (Expand)Author
2014-07-04Fixed #22915 -- Document backward incompatible changes in the ValidationError...Loic Bistuer
2014-07-03Fixed #21755 -- Added ForeignKey support to REQUIRED_FIELDS.Anubhav Joshi
2014-07-02Fixed #22941 - Added support for domain-only links with chars after the TLD t...LarryBrid
2014-07-02Fixed #22935 -- Changed ForeignKey.default_error_messages['invalid'] to refer...Anubhav Joshi
2014-07-01Fixed #22933 -- Deprecated django.template.resolve_variable().Tim Graham
2014-07-01Fixed #19501 -- added Model.from_db() methodAnssi Kääriäinen
2014-07-01Fixed #14334 -- Query relation lookups now check object types.Anubhav Joshi
2014-06-30Fixed #8162 -- Increased Permission.name max_length to 255 characters.Tim Graham
2014-06-24Fixed #22799 -- Made GET and POST on HttpRequest QueryDicts, and FILES a Mult...Duncan Parkes
2014-06-24Fixed #22897 -- Made QueryDict query_string argument optional.Duncan Parkes
2014-06-24Fixed #21668 -- Return detailed error page when SuspiciousOperation is raised...Anubhav Joshi
2014-06-23Fixed typo: MultipleModelChoiceField -> ModelMultipleChoiceField.Tim Graham
2014-06-23Fixed #8033 -- Explained app registry error during translation setupClaude Paroz
2014-06-20Added refs #22514 to 1.6.6 release notes.Tim Graham
2014-06-20Fixed #22838 -- Deprecated ModelChoiceField.cache_choices.Marc Tamlyn
2014-06-20Fixed #22782 -- Added i18n attr to Sitemap classLuan Pablo
2014-06-19Fixed #22835 -- Deprecated NoArgsCommand.Maxime Turcotte
2014-06-18Fixed #22778 -- Added a model Meta option to define default_related_name.Renaud Parent
2014-06-17Fixed #13711 -- Model check added to ensure that auto-generated column name i...Anubhav Joshi
2014-06-15Fixed #22660: Doc'd you can't have unmigrated apps depend on migratedAndrew Godwin
2014-06-14Converted test management command to argparseClaude Paroz
2014-06-14Documented optparse to argparse changes for management commandsClaude Paroz
2014-06-13Fixed #22477 -- Removed contrib middleware from the global settings defaults.mlavin
2014-06-13Fixed #6327 -- Added has_module_permission method to BaseModelAdminMaxime Turcotte
2014-06-13Fixed #16087 -- Added ResolverMatch instance to test client response.Greg Chapple
2014-06-12Fixed #22811 -- Allowed setting both the old and new TEST database settings.Tim Graham
2014-06-11Fixed #21430 -- Added a RuntimeWarning when unpickling Models and QuerySets f...Anubhav Joshi
2014-06-11Fixed #22680 -- I/O operation on closed file.Florian Apolloner
2014-06-10Fixed #17431 -- Added send_mail() method to PasswordResetForm.Jorge C. Leitão
2014-06-10Fixed #17552 -- Removed a hack for IE6 and earlier.Aymeric Augustin
2014-06-09Dropped support for SpatiaLite < 2.4.Tim Graham
2014-06-09Doc edits for refs #22487.Tim Graham
2014-06-09Added missing deprecation note for fastcgi in 1.7 release notes; refs #20766.Tim Graham
2014-06-08Fixed #22487: Optional rollback emulation for migrated appsAndrew Godwin
2014-06-07Silenced some GIS deprecation warnings; refs #22384.Tim Graham
2014-06-07Fixed #17427 -- Removed dubious definition of connections equality.Aymeric Augustin
2014-06-07Fixed #18314 -- Corrected request.build_absolute_uri() handling of paths star...Unai Zalakain
2014-06-07Fixed #3711, #6734, #12581 -- Bounded connection.queries.Aymeric Augustin
2014-06-05Fixed #18400 -- Modified length template filter to return 0 for unknown varia...Susan Tan
2014-06-05Fixed #10811 -- Made assigning unsaved objects to FK, O2O, and GFK raise Valu...Anubhav Joshi
2014-06-05Fixed #21773 -- made daemon threads default in the development server.Moayad Mardini
2014-06-05Fixed RST syntax in 1.8 release docs.Zbigniew Siciarz
2014-06-03Fixed #22384 -- Deprecated reversing URLs by dotted path.Tim Graham
2014-06-02Fixed #11776 -- Added CSS class for non-field/top of form errors.Nick Presta
2014-06-01Merge pull request #2726 from gchp/ticket-20550Aymeric Augustin
2014-05-29Improved deprecation plan links in release notes.Tim Graham
2014-05-28Fixed #22684 -- Added `empty_label` option on `django.forms.extras.widets.Sel...Guillaume Pannatier
2014-05-28Fixed #20550 -- Added ability to preserve test db between runsGreg Chapple
2014-05-24Fixed #22510 -- Harden field removal to only None.Marc Tamlyn
2014-05-21Fixed #20477: Allowed list of modules for FORMAT_MODULE_PATHMartin Brochhaus