summaryrefslogtreecommitdiff
path: root/docs/ref
AgeCommit message (Expand)Author
2013-03-11Enabled database-level autocommit for all backends.Aymeric Augustin
2013-03-10Fixed #20018: Added backtick to fix referenceJonathan Loy
2013-03-09Fixed #19923 -- Display tracebacks for non-CommandError exceptionsClaude Paroz
2013-03-08Fixed #15363 -- Renamed and normalized to `get_queryset` the methods that ret...Loic Bistuer
2013-03-07Adde two "versionadded" markers, thanks to mYk for noticing.Alex Gaynor
2013-03-07Added a ManyToManyField(db_constraint=False) option, this allows not creating...Alex Gaynor
2013-03-02Fixed #19917 -- Added microseconds in default TIME_INPUT_FORMATSClaude Paroz
2013-03-02Fixed #18130 -- Made the isolation level configurable on PostgreSQL.Aymeric Augustin
2013-03-02Add a BinaryField model fieldClaude Paroz
2013-03-01Fixed #19960 -- Fixed sentence in contrib.auth signals docsClaude Paroz
2013-02-28Fixed #19929 -- Improved error when MySQL doesn't have TZ definitions.Aymeric Augustin
2013-02-28Implemented persistent database connections.Aymeric Augustin
2013-02-27Refactored database exceptions wrapping.Aymeric Augustin
2013-02-27Fixed #19861 -- Transaction ._dirty flag improvementAnssi Kääriäinen
2013-02-25Fixed #19801 - Added brackets to input_formats.Tim Graham
2013-02-25Minor edits to some recently-added admin docs.Carl Meyer
2013-02-24Added missing versionadded for sqldropindexes command docsClaude Paroz
2013-02-24Add column-<field_name> classes to the admin listDiederik van der Boor
2013-02-24Test case and docs for custom context data in feedsZbigniew Siciarz
2013-02-24Fixed minor rst formatting glitch.Aymeric Augustin
2013-02-24Merge pull request #817 from rybaktomasz/ticket_5568Honza Král
2013-02-24Made changes asked in review by HonzaKralTomasz Rybak
2013-02-23Fixed #19880 - Fixed an error in the form wizard initial_dict example.Tim Graham
2013-02-23Fixed #19752 - Changed Postgres version numbers to 9.x to avoid having to upd...Tim Graham
2013-02-23Fixed #17906 - Autoescaping {% cycle %} and {% firstof %} templatetags.Vladimir A Filonov
2013-02-23Fixed #19887 - Noted when callables may be used in ModelAdmin.fields and Mode...Tim Graham
2013-02-23Fixed #17094 - Typo in class-based views doc.Tim Graham
2013-02-23Merge pull request #749 from ecabuk/masterHonza Král
2013-02-23Remove the exact Postgresql version number from gis install documentationEvrim Çabuk
2013-02-23Fixed #19686 -- Added HTML5 number input typeClaude Paroz
2013-02-22Documented jQuery upgradeClaude Paroz
2013-02-20Clarified the language used in the documentation. Thanks to Mike Smith for th...Alex Gaynor
2013-02-20Added a db_constraint option to ForeignKeys.Alex Gaynor
2013-02-19Added a new required ALLOWED_HOSTS setting for HTTP host header validation.Carl Meyer
2013-02-19Fixed #19852 - Updated admin fieldset example for consistency.Tim Graham
2013-02-19Updated a couple admonitions to use the warning directive.Tim Graham
2013-02-16Fixed #19824 - Corrected the class described for Field.primary_key from Integ...Tim Graham
2013-02-16Fixed #19812 - Removed a duplicate phrase in the widget docs.Tim Graham
2013-02-16Fixed #17260 -- Added time zone aware aggregation and lookups.Aymeric Augustin
2013-02-13Fixed #18558 -- Added url property to HttpResponseRedirect*Hiroki Kiyohara
2013-02-11Fixed #19044 -- Made `DeletionMixin` interpolate its `success_url`.Simon Charette
2013-02-10Emphasized MyISAM pseudo-requirement for GeoDjango over MySQLClaude Paroz
2013-02-10Added a note about the default timezone and the new project template.Tim Graham
2013-02-08Fixed #19779 -- Checked contrib.sites presence in RedirectFallbackMiddlewareClaude Paroz
2013-02-07Fixed #19662 -- alter auth modelbackend to accept custom username fieldsPreston Holmes
2013-02-07Fixed #15808 -- Added optional HttpOnly flag to the CSRF Cookie.Aymeric Augustin
2013-02-06Fixed #9800 -- Allow "isPermaLink" attribute in <guid> element of an RSS item.Simon Charette
2013-02-04Fixed #19734 -- Missing values in `DATETIME_INPUT_FORMATS` doc.Simon Charette
2013-02-04Simplified default project template.Aymeric Augustin
2013-02-02Fixed #14305 -- Switched inspectdb to create unmanaged models.Ramiro Morales