summaryrefslogtreecommitdiff
path: root/docs/ref/models/fields.txt
AgeCommit message (Expand)Author
2014-08-29[1.7.x] Corrected a usage example of `related_query_name`.Simon Charette
2014-08-19[1.7.x] Fixed #17272 -- Documented that non-editable fields are skipped durin...Tim Graham
2014-08-19[1.7.x] Fixed #4991 -- Emphasized XSS ramifications of help_text not being es...Tim Graham
2014-07-10[1.7.x] Fixed #22809 -- Added model Field API reference.Jorge C. Leitão
2014-07-09[1.7.x] Fixed #22351 -- Removed usage of lambdas in model field options.Tim Graham
2014-06-18[1.7.x] Fixed #14481 -- Documented implicit "through" class created by ManyTo...Jorge C. Leitão
2014-06-15[1.7.x] Fixed #22660: Doc'd you can't have unmigrated apps depend on migratedAndrew Godwin
2014-06-12[1.7.x] Fixed #22813 -- Updated Pillow URL in documentationClaude Paroz
2014-04-30[1.7.x] Fixed #22537 -- Add tests and improved docs for field subclass with c...Mike Fogel
2014-03-24[1.7.x] Fixed #22048 - Enhanced docs to cover nonexistent one-to-one relation...Adam Kaliński
2014-03-21[1.7.x] Replaced an instance of PIL with Pillow in the docs.Tim Graham
2014-03-11Fixed #22217 - ManyToManyField.through_fields fixes.Akis Kesoglou
2014-03-05Fixed #14549 - Removed restriction of single FKs on intermediary tablesAkis Kesoglou
2014-03-05Fixed #22206 -- Passed models.TextField.max_length to forms.CharField.maxlengthChris Wilson
2014-02-28Fixed doc typos.Tim Graham
2014-02-25Fixed #22145 -- Clarified docs on Field.blank and Field.null options.navneet suman
2014-02-11Fixed #2445 -- Allowed limit_choices_to attribute to be a callable.Christopher Adams
2014-02-08Removed extra backquote in field docsClaude Paroz
2014-02-08Fixed #16192 -- Made unique error messages in ModelForm customizable.Loic Bistuer
2014-01-19Implement swappable model support for migrationsAndrew Godwin
2014-01-18Fixed #16187 -- refactored ORM lookup systemAnssi Kääriäinen
2013-12-18Fixed #21632 -- Docs: Removed example with callable as query parameterKevin Christopher Henry
2013-12-15Fix docs typoAndrew Godwin
2013-11-25Fixed #21507 -- Corrected default widget information for FileFieldLudwik Trammer
2013-11-23Fixed #21491 -- Removed documented workaround for a known issue.Loic Bistuer
2013-11-21Fixed #21427 -- Clearly state integer field value ranges in docsMarkus Amalthea Magnuson
2013-11-06Fixed typos in documentation.Baptiste Mispelon
2013-10-18Fixed #21212 -- Documented the reverse name for OneToOneField.Juergen Schackmann
2013-10-11Fixed #8918 -- Made FileField.upload_to optional.Tim Graham
2013-10-02Fixed #10913 -- Documented how related_name affects QuerySet filteringTim Graham
2013-09-28Fixed #20439 -- Started deprecation of IPAddressFieldErik Romijn
2013-09-07Fixed #20409 -- Clarified how unique_for_date works when USE_TZ is set.Aymeric Augustin
2013-09-06Consolidated documentation for F() and Q()evildmp
2013-09-05Fixed #21035 -- Changed docs to treat the acronym SQL phonetically.Eric Boersma
2013-08-20Documentation - Noted that OneToOneField doesn't respect unique.Kevin Christopher Henry
2013-08-19Removed versionadded/changed annotations for 1.5Tim Graham
2013-08-07Fixed #20484 again -- added note to field documentationChristopher Medrela
2013-07-31Fixed #20649 -- Allowed blank field display to be defined in the initial list...Alex Couper
2013-07-12Fixed #20735 -- clarified ManyToManyField constructor docChristopher Medrela
2013-06-27Docs for related_query_nameAndrew Godwin
2013-05-28Fixed #20228 - Documented unique_for_date and exclude behavior.Tim Graham
2013-05-27Fix #20505: Typo in BinaryField documentation.Baptiste Mispelon
2013-05-19Merge pull request #1129 from frog32/masterMarc Tamlyn
2013-05-18Add missing imports and models to the examples in the the model layer documen...Marc Egli
2013-05-18Merge branch 'allow-any-iterable-for-choices'Donald Stufft
2013-05-18Fixed #20446 -- Documentation for SmallIntegerField does not clarify 'small'Erik Romijn
2013-05-18Fixed #20430 - Enable iterable of iterables for model choicesDonald Stufft
2013-05-03Added clarification to the docs, pointing out that unique_for_date only consi...Aaron Cannon
2013-04-20Adapted uses of versionchanged/versionadded to the new form.Juan Catalano
2013-04-11remove confusing phrase from DecimalField docsAndrew Badr